tanmayrauth opened a new pull request, #927:
URL: https://github.com/apache/iceberg-go/pull/927
Added a new --schema-from-file flag to `iceberg create table` that infers
the table schema from a local data file. Currently supports Parquet (.parquet,
.parq), with the dispatch designed to support additional formats (e.g. Avro,
ORC) in the future.
When a Parquet file contains Iceberg field IDs, they are preserved. Files
without field IDs are assigned fresh sequential IDs. The flag is mutually
exclusive with --schema, and the inferred schema is printed before table
creation for user verification.
--
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]