This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Fall back to use row-based operators, error is not currently supported: ansi_cast(id#1 as string) #1134
Labels
enhancement
New feature or request
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Fall back to use row-based operators, error is not currently supported: ansi_cast(id#1 as string)., original sparkplan is class org.apache.spark.sql.execution.ProjectExec(List(class org.apache.spark.sql.execution.FilterExec))
CREATE EXTERNAL TABLE IF NOT EXISTS default.test_string(id STRING) STORED AS ORC
INSERT OVERWRITE TABLE default.test_string select id from gy_orc.test_int
Describe the solution you'd like
Support AnsiCast
The text was updated successfully, but these errors were encountered: