You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…he correct semantics of dropTable and purgeTable (apache#1705)
### What changes were proposed in this pull request?
for JDBC catalog, use "DROP Table" for Gravitino drop table, and not
support Gravitino purge table
### Why are the changes needed?
Fix: apache#1442Fix: apache#1443
### Does this PR introduce _any_ user-facing change?
yes, dropTable and purgeTable changed the semantics, I update the doc
### How was this patch tested?
exists UTs
coauther: @diqiu50
Describe the subtask
Ensure the Trino connector is calling the correct semantics of
dropTable
andpurgeTable
according to the discussion result in the parent issue.Parent issue
#1436
The text was updated successfully, but these errors were encountered: