You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/06 16:23:32 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #8894: ARROW-10322: [C++][Dataset] Minimize Expression

pitrou commented on a change in pull request #8894:
URL: https://github.com/apache/arrow/pull/8894#discussion_r552773181



##########
File path: python/pyarrow/tests/parquet/test_dataset.py
##########
@@ -509,7 +509,7 @@ def test_filters_invalid_column(tempdir, use_legacy_dataset):
 
     _generate_partition_directories(fs, base_path, partition_spec, df)
 
-    msg = "Field named 'non_existent_column' not found"
+    msg = r"No match for FieldRef.Name\(non_existent_column\)"

Review comment:
       +1




----------------------------------------------------------------
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.

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