vibhatha commented on code in PR #33969: URL: https://github.com/apache/arrow/pull/33969#discussion_r1099412661
########## python/pyarrow/dataset.py: ########## @@ -437,7 +437,7 @@ def _filesystem_dataset(source, schema=None, filesystem=None, FileSystemDataset """ format = _ensure_format(format or 'parquet') - partitioning = _ensure_partitioning(partitioning) + partitioning = _ensure_partitioning(partitioning, schema) Review Comment: Yes this wasn't needed for the Python test case I added in this PR. But it was needed for the previous one when the schema is specified. If it is not specified even with this change it works fine. But when specified I get `null` values in the `exp_meta` column. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org