Github user arina-ielchiieva commented on the issue:
https://github.com/apache/drill/pull/915
Two functional unit tests are failing after the changes:
```
/root/drillAutomation/drill-test-framework/framework/resources/Functional/datetime/datetime189.q
Query:
select min(cast(c_timestamp as timestamp) + interval '1 2:30:45.100' day to
second) from basic
Expected number of rows: 1
Actual number of rows from Drill: 1
Number of matching rows: 0
Number of rows missing: 1
Number of rows unexpected: 1
These rows are not expected (first 10):
0097-02-17 20:02:46.1
/root/drillAutomation/drill-test-framework/framework/resources/Functional/datetime/datetime201.q
Query:
select c_timestamp + c_interval_year from `interval_data.parquet`
Expected number of rows: 9
Actual number of rows from Drill: 9
Number of matching rows: 8
Number of rows missing: 1
Number of rows unexpected: 1
These rows are not expected (first 10):
1862-07-30 08:03:11.0
These rows are missing (first 10):
1862-07-30 07:56:09.0 (1 time(s))
```
It might be that tests should be corrected. @vdiravka could you please
check?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---