jorisvandenbossche commented on a change in pull request #11368:
URL: https://github.com/apache/arrow/pull/11368#discussion_r746650483
##########
File path: python/pyarrow/tests/parquet/test_dataset.py
##########
@@ -449,7 +449,7 @@ def test_filters_inclusive_set(tempdir, use_legacy_dataset):
dataset = pq.ParquetDataset(
base_path, filesystem=fs,
filters=[('integer', 'in', [1]), ('string', 'in', ('a', 'b')),
- ('boolean', 'not in', {False})],
+ ('boolean', 'not in', {'False'})],
Review comment:
Indeed, the boolean is not from a proper typed column but from the hive
partitioning, so it comes back as string
--
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]