timsaucer commented on code in PR #710:
URL: https://github.com/apache/datafusion-python/pull/710#discussion_r1606991649
##########
.github/workflows/test.yaml:
##########
@@ -111,3 +134,9 @@ jobs:
source venv/bin/activate
pip install -e . -vv
pytest -v .
+
+ - name: Run TPC-H examples
+ run: |
+ cd examples/tpch
Review Comment:
Thanks. I hadn't looked at how far it got before I had to step away for the
day. I know I also need to add in the upload and download artifacts between
stages.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]