[MCOL-3474] TIMEDIFF() returns incorrect result Created: 2019-09-04 Updated: 2019-12-09 Resolved: 2019-12-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 1.4.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2019-06 |
| Description |
|
Build tested: 1.4.0-1 [dlee@master centos7]$ cat gitversionInfo.txt Autopilot test case: features.functions ColumnStore returned: 18 select cidx, CTIME, TIMEDIFF(CTIME,'2007-02-28 22:23:0') from datatypetestm order by cidx 40 select cidx, CTIME from datatypetestm where TIMEDIFF(CTIME,'2007-02-28 22:23:0') <> 0 order by cidx reference returned: 18 select cidx, CTIME, TIMEDIFF(CTIME,'2007-02-28 22:23:0') from datatypetestm order by cidx 40 select cidx, CTIME from datatypetestm where TIMEDIFF(CTIME,'2007-02-28 22:23:0') <> 0 order by cidx This test works in 1.2.4-1 |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2019-10-29 ] |
|
Build verified: 1.4.1-1 engine commit: |
| Comment by Roman [ 2019-11-25 ] |
|
I would like to reopen the bug. We broke q5 from working_tpch1/qa_fe_cnxFunctions/bug3333.sql |
| Comment by Daniel Lee (Inactive) [ 2019-12-09 ] |
|
Build verified: 1.4.2-1 source Server commit 6e1a53f89ee8d4eb9e66257b01898995aa7691de MENT-240 change plugin-maturity default to stable Engine /root/ColumnStore/buildColumnstoreFromGithubSource/server/engine Merge pull request #962 from jmrojas2332/ MCOL 3474 Fix TIMEDIFF w/ non-temporal data types Also verified working_tpch1/qa_fe_cnxFunctions/bug3333.sql regression test. |