paleolimbot commented on code in PR #41765:
URL: https://github.com/apache/arrow/pull/41765#discussion_r2016953461
##########
python/pyarrow/tests/parquet/test_parquet_file.py:
##########
@@ -353,3 +353,20 @@ def test_read_statistics():
"null_count=1, distinct_count=None, "
"min=-1, is_min_exact=True, "
"max=3, is_max_exact=True>")
+
+
+def test_read_undefined_logical_type(parquet_test_datadir):
Review Comment:
`ParquetFile()` and `read_parquet()` use completely different mechanisms to
construct and propagate the ArrowReaderProperties, so I added a test for both
to make sure the option actually made it all the way through for both
mechanisms.
--
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]