iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

Provide access to the table properties to the WriterFactory

Open omalley opened this issue 6 years ago • 2 comments

Currently, there isn't a way to get the table properties in the SparkOrcWriter via the WriterFactory.

omalley avatar Mar 06 '18 21:03 omalley

The problem that I'm having is that I'd like the SparkOrcWriter to get the table properties without looking up the table again. In particular, it would be good to be able to set the compression, etc. via the table properties.

omalley avatar Mar 12 '18 22:03 omalley

Agreed, we should plan on passing the table properties through so all of the write configuration happens there.

rdblue avatar Mar 14 '18 00:03 rdblue