NEUpanning commented on issue #6673: URL: https://github.com/apache/incubator-gluten/issues/6673#issuecomment-2262314368
@Z1Wu It looks like table schema is same.(DESCRIBE FORMATTED <table_name>) old table: ``` col_name data_type comment user_id string user_type bigint partition_date string # Detailed Table Information Table old_table Type MANAGED Provider hive Serde Library org.apache.hadoop.hive.ql.io.orc.OrcSerde InputFormat org.apache.hadoop.hive.ql.io.orc.OrcInputFormat OutputFormat org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat Storage Properties [serialization.format=1] Partition Provider Catalog ``` new table: ``` col_name data_type comment user_type bigint user_id string # Detailed Table Information Table panning_if_expression Owner hive Type MANAGED Provider hive Serde Library org.apache.hadoop.hive.ql.io.orc.OrcSerde InputFormat org.apache.hadoop.hive.ql.io.orc.OrcInputFormat OutputFormat org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat Storage Properties [serialization.format=1] Partition Provider Catalog ``` -- 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]
