charlesdong1991 commented on code in PR #616:
URL: https://github.com/apache/fluss-rust/pull/616#discussion_r3391274169
##########
.github/workflows/build_and_test_python.yml:
##########
@@ -98,3 +98,40 @@ jobs:
path: cluster-logs/
if-no-files-found: ignore
retention-days: 3
+
+ stubtest:
+ # For stub tests, we only needs the module importable, so no
+ # test cluster is started and a single Python version should be sufficient.
Review Comment:
i think 1 version is enough for stub test, so no need to put to matrix to
test across all versions... but no strong opinion
--
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]