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

Regression test case bug5715 failed

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.0.0
    • Icebox
    • ExeMgr
    • None

    Description

      Build tested: 1.5.4-1 (Drone build #417)

      select (count(*)/72143371)*100,(6001215/72143371)*100,(count(*)*100)/72143371,(6001215*100)/72143371 from lineitem;
      

      previous result:

       (count(*)/72143371)*100	(6001215/72143371)*100	(count(*)*100)/72143371	(6001215*100)/72143371
      8.3185	8.3185	8.3185	8.3185
      

      build 417 result:

      select (count(*)/72143371)*100,(6001215/72143371)*100,(count(*)*100)/72143371,(6001215*100)/72143371 from lineitem;
      

      8.3185	8.3200	8.3185	8.3185
      

      the 2nd number is different now

      It seems that intermediate results got rounded.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dleeyh Daniel Lee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

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