vdiravka commented on a change in pull request #1494: DRILL-6768: Improve
to_date, to_time and to_timestamp and correspondi…
URL: https://github.com/apache/drill/pull/1494#discussion_r223487486
##########
File path: exec/java-exec/src/main/codegen/data/DateIntervalFunc.tdd
##########
@@ -18,4 +18,13 @@
{intervals: ["Interval", "IntervalDay", "IntervalYear", "Int", "BigInt"] },
{truncInputTypes: ["Date", "TimeStamp", "Time", "Interval", "IntervalDay",
"IntervalYear"] },
{truncUnits : ["Second", "Minute", "Hour", "Day", "Month", "Year", "Week",
"Quarter", "Decade", "Century", "Millennium" ] },
+
+ {emptyStringToDateConversion: [
Review comment:
`emptyStringToDateConversion` -> `VarCharToDate`? Not only empty strings are
converted to Date
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services