melin commented on PR #46665:
URL: https://github.com/apache/spark/pull/46665#issuecomment-2132566886
spark sql does not resolve multiple statements. For example, the following
statements fail to be resolved
``` SQL
BEGIN
SET hive.exec.dynamic.partition.mode = nonstrict;
CREATE TABLE IF NOT EXISTS dws_spu_user_type_agg
(
spu_code STRING;
,detail_channel STRING;
)
PARTITIONED BY (pt STRING)
STORED AS ORC
LOCATION 's3://cider-warehouse/output/dws_spu_user_type_agg'
TBLPROPERTIES ('orc.compression' = 'SNAPPY')
END;
```
--
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]