This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from fb123b2 [httpv2] Switch SpringBoot built-in container to jetty (#6149)
add 40bc3fe [Code] basic property related classes supports create, query,
read, write, etc. (#6153)
No new revisions were added by this update.
Summary of changes:
.../doris/common/property/PropertiesSet.java | 179 +++++++++
.../doris/common/property/PropertySchema.java | 399 +++++++++++++++++++++
.../doris/common/property/PropertiesSetTest.java | 163 +++++++++
.../doris/common/property/PropertySchemaTest.java | 297 +++++++++++++++
gensrc/thrift/FrontendService.thrift | 7 +
5 files changed, 1045 insertions(+)
create mode 100644
fe/fe-common/src/main/java/org/apache/doris/common/property/PropertiesSet.java
create mode 100644
fe/fe-common/src/main/java/org/apache/doris/common/property/PropertySchema.java
create mode 100644
fe/fe-common/src/test/java/org/apache/doris/common/property/PropertiesSetTest.java
create mode 100644
fe/fe-common/src/test/java/org/apache/doris/common/property/PropertySchemaTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]