This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 5c00ae7418 [#7908] improvement(python-client): Support passing custom
configuration for python GVFS client. (#8333)
add d184eee45e [#6403] improvement(trino-connector): Support SQL
UPDATE/DELETE with jdbc catalog (#8188)
No new revisions were added by this update.
Summary of changes:
docs/trino-connector/catalog-hive.md | 8 +++
docs/trino-connector/catalog-iceberg.md | 10 +++-
docs/trino-connector/catalog-mysql.md | 21 ++++++++
docs/trino-connector/catalog-postgresql.md | 21 ++++++++
docs/trino-connector/sql-support.md | 2 +
.../testsets/jdbc-mysql/00012_update_table.sql | 22 ++++++++
.../testsets/jdbc-mysql/00012_update_table.txt | 22 ++++++++
.../testsets/jdbc-mysql/00013_delete_table.sql | 26 +++++++++
.../testsets/jdbc-mysql/00013_delete_table.txt | 28 ++++++++++
.../jdbc-postgresql/00008_update_table.sql | 22 ++++++++
.../jdbc-postgresql/00008_update_table.txt | 22 ++++++++
.../jdbc-postgresql/00009_delete_table.sql | 26 +++++++++
.../jdbc-postgresql/00009_delete_table.txt | 28 ++++++++++
.../trino/connector/GravitinoMetadata.java | 62 +++++++++++++++++++++-
14 files changed, 318 insertions(+), 2 deletions(-)
create mode 100644
trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00012_update_table.sql
create mode 100644
trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00012_update_table.txt
create mode 100644
trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00013_delete_table.sql
create mode 100644
trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00013_delete_table.txt
create mode 100644
trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00008_update_table.sql
create mode 100644
trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00008_update_table.txt
create mode 100644
trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00009_delete_table.sql
create mode 100644
trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00009_delete_table.txt