[MCOL-3809] CLONE - TIMEDIFF() returns incorrect result Created: 2020-02-19 Updated: 2020-03-23 Resolved: 2020-03-23 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 1.2.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| 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) [ 2020-03-16 ] |
|
Build verified: 1.2.6-1 BB engine commit: This build still returned incorrect result |
| Comment by Patrick LeBlanc (Inactive) [ 2020-03-17 ] |
|
I must have created this ticket by mistake. In my notes from the merge, it says I had to revert the commits for this and for mcol-3597 because it broke bug3333.sql in our regression suite. I re-assigned it to Jose to look into, who was the original author of |
| Comment by Patrick LeBlanc (Inactive) [ 2020-03-18 ] |
|
It should match the functionality in 1.4 and 1.5 now. I'll create another ticket to follow up on the remaining bug3333 problem. |
| Comment by Daniel Lee (Inactive) [ 2020-03-23 ] |
|
Build verified: 1.2.6-1 source /root/ColumnStore/buildColumnstoreFromGithubSource/mariadb-columnstore-server Merge pull request #166 from drrtuy/ /root/ColumnStore/buildColumnstoreFromGithubSource/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #1120 from jmrojas2332/develop-1.2 |