westonpace commented on code in PR #33969: URL: https://github.com/apache/arrow/pull/33969#discussion_r1100925260
########## cpp/src/arrow/dataset/partition_test.cc: ########## @@ -1107,5 +1108,88 @@ TEST(TestStripPrefixAndFilename, Basic) { "year=2019/month=12/day=01")); } +TEST_F(TestPartitioning, HivePartitionReadEvaluation) { Review Comment: We have quite a few roundtrip tests for dataset reading and writing already (python's test_dataset has quite a few) so I'd be opposed to another one unless there was a specific reason. -- 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