wangyum commented on issue #24852: [SPARK-28027][SQL] Add bitwise shift left/right operators URL: https://github.com/apache/spark/pull/24852#issuecomment-501335275 Close it because it conflicts with the table definition: ``` CREATE TABLE parquet_compat( col_0 ARRAY<INT>, col_1 ARRAY<STRING>, col_2 ARRAY<ARRAY<INT>> -----------------------^^^ ) ``` https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/106423/testReport/org.apache.spark.sql.hive/ParquetHiveCompatibilitySuite/array/
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
