You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "wgtmac (via GitHub)" <gi...@apache.org> on 2023/03/16 06:31:50 UTC

[GitHub] [arrow] wgtmac commented on pull request #34511: GH-29105: [C++][Parquet] Relax schema checking when writing using StreamWriter

wgtmac commented on PR #34511:
URL: https://github.com/apache/arrow/pull/34511#issuecomment-1471395420

   > This error was encountered when using StreamWriter after converting an Arrow schema to Parquet schema via ToParquetSchema().
   
   IMHO, it makes sense to check compatibility when reading because the requested type can differ from what is stored in the file. But for writing, we can take fully control over the schema, so is it better to fix the schema conversion mentioned above?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org