Document allow-drop-table property in JDBC connectors#10795
Document allow-drop-table property in JDBC connectors#10795jhlodin wants to merge 1 commit intotrinodb:masterfrom
Conversation
docs/src/main/sphinx/connector/jdbc-common-configurations.fragment
Outdated
Show resolved
Hide resolved
edd4754 to
8b8deba
Compare
hashhar
left a comment
There was a problem hiding this comment.
Add phoenix - but it has the default value set to true.
Other than that only druid is missing in this PR.
|
Note that other connectors (like Hive and Cassandra) have "equivalent" configs (e.g. |
8b8deba to
0a4950c
Compare
|
@hashhar Added a custom version of the fragment to Phoenix, noting that it's enabled by default but can be disabled. I skipped over adding the fragment to Druid because it's read-only, so there's no point in enabling the property. |
Thanks @electrum . Do you have a target release for that PR? If that's still TBD, I think for the sake of user experience we ought to document this behavior and revert once #588 is live. Reason being, we say that |
|
I am in favour of dropping the property, but given that we keep getting questions on slack and other forums we should get either the docs updated or the code changed merged asap. |
|
Closing as the PR to remove this property has been merged. |
|
Thanks @jhlodin for reminding me to get this change in. This legacy and confusing property is finally gone! |
As of Trino 368 at least, the
allow-drop-tableproperty must be enabled to allowDROP TABLEstatements. This is at least true for JDBC connectors, need clarification if this applies to others.