ferenc-csaky opened a new pull request, #26: URL: https://github.com/apache/flink-connector-cassandra/pull/26
# Purpose of the change Inspired by https://github.com/apache/flink-connector-kafka/pull/69, and https://github.com/apache/flink-connector-aws/pull/121. Moves `cassandra.py` and `test_cassandra.py` from the core https://github.com/apache/flink repo to this one. When running` mvn clean install`, downloads the testing infra scripts from the main Flink repo: * `flink-python/dev/build-wheels.sh` * `flink-python/dev/install_command.sh` * `flink-python/dev/lint-python.sh` # Verifying this change The python tests can be run by the following commands: ```sh mvn clean install -DskipTests cd flink-python chmod a+x dev/* ./dev/lint-python.sh -e mypy,sphinx ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org