Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4655

CAST(ROUND(magicInWideDecimal) AS SIGNED) returns NULL

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 6.1.1
    • Icebox
    • PrimProc
    • None

    Description

      DROP TABLE IF EXISTS t1;
      CREATE TABLE t1 (a DECIMAL(30,1)) ENGINE=ColumnStore;
      INSERT INTO t1 VALUES (-9223372036854775807.9);
      SELECT a, ROUND(a), CAST(ROUND(a) AS SIGNED) FROM t1;
      

      +------------------------+----------------------+--------------------------+
      | a                      | ROUND(a)             | CAST(ROUND(a) AS SIGNED) |
      +------------------------+----------------------+--------------------------+
      | -9223372036854775807.9 | -9223372036854775808 |                     NULL |
      +------------------------+----------------------+--------------------------+
      

      NULL in the last column looks wrong.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.