vibhatha commented on code in PR #33623:
URL: https://github.com/apache/arrow/pull/33623#discussion_r1067660295
##########
python/pyarrow/tests/test_substrait.py:
##########
@@ -110,12 +111,13 @@ def test_invalid_plan():
}
"""
buf = pa._substrait._parse_json_plan(tobytes(query))
- exec_message = "Empty substrait plan is passed."
+ exec_message = "No RootRel in plan"
Review Comment:
Suggested this for the C++, so it should change here as well.
```suggestion
exec_message = "No RelRoot in plan"
```
--
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]