szehon-ho commented on issue #16153:
URL: https://github.com/apache/iceberg/issues/16153#issuecomment-4814336845
imo this gets messy. there's already a lot of confusion on spark side about
multi-level namespace due to the choice of dot as deliminiter, and users
specifying a default catalog / namespace or not. take
spark.sql.iceberg.key.a.b.c.d.. it can mean quite a few things?
How does this proposal deal with it?
That's why i originally did the WITH OPTIONS in Spark.
Would something like this work?
```
SET my.split.size = 134217728; -- 128 MB
SELECT * FROM my_table WITH (split.size '${my.split.size}')
```
--
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]