You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@aditi-pandit Thanks for creating the issues. It might be more descriptive if we use ""Unsupported input type for the IN predicate: DOUBLE" for VARCHAR type IN predicate (TPCH Q19)" as the issue title. And stack trace would also be helpful for viewers. Same for other issues.
Change back the return type of presto getYear function to int64_t.
Erase row_constructor_with_null in ScalarFunctionRegTest.cpp.
Introduce substring function to spark sql.
Fix TPC-H Q19 run. It failed with error "Failed with VeloxUserError: Unsupported input type for the IN predicate: DOUBLE".
Note: This error is a red-herring imo since there isn't an IN predicate using a DOUBLE type in that SQL per se.
Steps to reproduce : Run unit test testTpchQ19 in
java/presto-native-tests/src/test/java/com/facebook/presto/nativeworker/TestHiveTpchQueries.java
The text was updated successfully, but these errors were encountered: