parthchandra commented on issue #2035: URL: https://github.com/apache/datafusion-comet/issues/2035#issuecomment-3090174632
Thank you for trying to add Comet to Clickbench! Your configuration looks ok. The distribution of memory between heap and off-heap is a little tricky and really depends on the datasets, and queries being run. You might try off heap to be 2x of on heap memory. This https://github.com/ClickHouse/ClickBench/issues/7 is definitely an issue that should be addressed in Clickbench (imho). The data is defined incorrectly as an integer and requires an explicit cast for us to interpret the integer value as a timestamp. For correctness we also need to know if the value has been adjusted to UTC. We'll take a look at the failing query. It's likely an issue in Comet. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org