This is an automated email from the ASF dual-hosted git repository.
CalvinKirs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from e94ad2421b3 [fix](partition) handle rollback failure when adding
partition (#64650)
add 24be164109c [improvement](fe) Add connector property validators
(#66153)
No new revisions were added by this update.
Summary of changes:
.../filesystem/hdfs/properties/HdfsProperties.java | 2 +
.../hdfs/properties/HdfsPropertiesTest.java | 14 ++++++
.../filesystem/jfs/properties/JfsProperties.java | 2 +
.../hdfs/properties/OssHdfsProperties.java | 2 +
.../property/ConnectorPropertiesUtils.java | 23 ++++++++++
.../foundation/property/ConnectorProperty.java | 2 +
.../property/ConnectorPropertyValidator.java | 50 ++++++++++++++++++++++
.../property/NoPathTraversalValidator.java | 45 +++++++++++++++++++
.../property/ConnectorPropertiesUtilsTest.java | 31 ++++++++++++++
9 files changed, 171 insertions(+)
create mode 100644
fe/fe-foundation/src/main/java/org/apache/doris/foundation/property/ConnectorPropertyValidator.java
create mode 100644
fe/fe-foundation/src/main/java/org/apache/doris/foundation/property/NoPathTraversalValidator.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]