Guosmilesmile commented on PR #15596:
URL: https://github.com/apache/iceberg/pull/15596#issuecomment-4460795095

   I found these configs in Spark:
   
   > spark.sql.iceberg.shred-variants
   > spark.sql.iceberg.variant-inference-buffer-size
   > shred-variants
   > variant-inference-buffer-size
   
   All of them already hide the format-related info, while TableProperties 
keeps the parquet prefix. So I've adjusted the configs on our side to align 
with Spark's approach — Flink now uses shred-variants, which overrides the 
table-level configs write.parquet.shred-variants and write.orc.shred-variants 
(if/when ORC supports it).


-- 
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]

Reply via email to