KevinyhZou opened a new issue, #7657: URL: https://github.com/apache/incubator-gluten/issues/7657
### Backend CH (ClickHouse) ### Bug description test_table(id bigint, t timestamp) test sql: `select to_unx_timestamp(t) from test_table where id = 1` exception ``` Caused by: org.apache.gluten.exception.GlutenException: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntaxOrNull'. Expected: String, got: DateTime64(6) 0. Poco::Exception::Exception(String const&, int) @ 0x0000000013fb49b9 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000bc1fc99 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000656484c 3. DB::Exception::Exception<String, std::basic_string_view<char, std::char_traits<char>> const&, String, std::basic_string_view<char, std::char_traits<char>> const&, String>(int, FormatStringHelperImpl<std:: type_identity<String>::type, std::type_identity<std::basic_string_view<char, std::char_traits<char>> const&>::type, std::type_identity<String>::type, std::type_identity<std::basic_string_view<char, std::char _traits<char>> const&>::type, std::type_identity<String>::type>, String&&, std::basic_string_view<char, std::char_traits<char>> const&, String&&, std::basic_string_view<char, std::char_traits<char>> const&, String&&) @ 0x000000000e760a39 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, unsigned long, std::vector<DB::FunctionArgu mentDescriptor, std::allocator<DB::FunctionArgumentDescriptor>> const&) @ 0x000000000e75fa7f .................. ``` ### Spark version Spark-3.3.x ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs _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]
