alamb opened a new issue, #19995: URL: https://github.com/apache/datafusion/issues/19995
### Describe the bug - Part of https://github.com/apache/datafusion/issues/18982 @nuno-faria found that ClickBench is treating EventDate as a INT16 rather than Date, resulting in questionable (and likely slower) results @kosiew fixed the scripts in the DataFusion repository in - https://github.com/apache/datafusion/pull/19881 However, we now need to make the same change to the ClickBench runner scripts in https://github.com/ClickHouse/ClickBench/tree/main/datafusion See https://github.com/apache/datafusion/pull/19881#discussion_r2725543167 fore more details ### To Reproduce _No response_ ### Expected behavior ClickBench runner scripts should also convert EventDate to a Date rather than String ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
