aihuaxu commented on PR #47835: URL: https://github.com/apache/arrow/pull/47835#issuecomment-3416360624
> > Parquet readers that strictly enforce specification version validation will fail to read files containing Variant types. > > Why is it not the case for our own reader? You mean Parquet C++ reader? Currently Parquet C++ reader hasn't implemented Variant read/write yet. The only thing it added is to support Variant logical type and we are not doing the check. Currently Variant spec version is version 1 (and this is the only version) and the other readers may/may not add the check. -- 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]
