Multiple Schemas - ParquetSharp.ParquetException: 'class parquet::ParquetException (message: 'Appending to file not implemented.')' #474
-
Hi there, Is this at all possible? I have one main schema and 4 additional ones and would like to avoid multiple files. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @irfans333 , I don't that it is possible to store multiple schema in a single parquet file. |
Beta Was this translation helpful? Give feedback.
Hi @irfans333 , I don't that it is possible to store multiple schema in a single parquet file.
If you look at the metadata definition, it defines only a single schema filed -> https://github.com/apache/parquet-format/blame/abb92e61e9756016c08401fef729d2ace187d184/src/main/thrift/parquet.thrift#L1151