liurenjie1024 commented on issue #34:
URL: https://github.com/apache/iceberg-rust/issues/34#issuecomment-1687318625

   Interesting finding and I even didn't notice the behavior before. The schema 
of parquet writer should be determined by table schema, e.g. the schema of 
iceberg. Also the input record batch's schema should match the table's schema. 
The question of whether we should do runtime check during writing? I think it 
should be configurable since it have huge performance impact for the writer. It 
would be useful during debugging, developing phase, but should be turned off in 
production.
   


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