deniskuzZ commented on code in PR #6579: URL: https://github.com/apache/hive/pull/6579#discussion_r3537556793
########## ql/src/test/queries/clientpositive/vectorized_ptf_long_col_cast_exception.q: ########## @@ -0,0 +1,17 @@ +set hive.cli.print.header=true; +set hive.vectorized.execution.enabled=true; +set hive.vectorized.execution.reduce.enabled=true; +set hive.vectorized.execution.ptf.enabled=true; + +CREATE TABLE repro_ptf_long ( Review Comment: can we combine both column types into 1 qfile? -- 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]
