This is an automated email from the ASF dual-hosted git repository. yzheng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
from c937a305b chore: Suppress javac deprecation warnings in SparkCatalog (#2394) add 9c455edd7 Python client auto generate (#2192) No new revisions were added by this update. Summary of changes: .github/workflows/python-client.yml | 7 +- .github/workflows/regtest.yml | 3 - .github/workflows/spark_client_regtests.yml | 3 - Makefile | 2 +- build.gradle.kts | 12 -- client/python/.openapi-generator-ignore | 3 +- client/python/generate_clients.py | 267 ++++++++++++++++++++++++++++ client/python/pyproject.toml | 7 +- client/templates/regenerate.sh | 217 ---------------------- getting-started/spark/launch-docker.sh | 2 +- polaris | 5 - regtests/Dockerfile | 4 +- regtests/run.sh | 1 - spec/README.md | 9 +- 14 files changed, 289 insertions(+), 253 deletions(-) create mode 100644 client/python/generate_clients.py delete mode 100755 client/templates/regenerate.sh