wangyum commented on PR #42336:
URL: https://github.com/apache/spark/pull/42336#issuecomment-1666333752
Could you create table with table properties?
```sql
CREATE TABLE hive_orc (id INT, name STRING) STORED AS orc
TBLPROPERTIES('orc.compress'='zstd');
```
--
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]