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 414a0a3  [Dynamic Partition] Use ZonedDateTime to support set timezone 
(#3799)
     add 4c2e73a  Add hive external table and update hive table syntax in 
loadstmt
     add 7f7ee63  Move check hive table from SelectStmt to FromClause and 
update doc
     add 44dbdf4  Update hive external table en sql reference
     new b3811f9  [Spark load][Fe 4/6] Add hive external table and update hive 
table syntax in loadstmt (#3819)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../sql-statements/Data Definition/CREATE TABLE.md |  33 +++++-
 .../sql-statements/Data Definition/CREATE TABLE.md |  44 +++++--
 fe/src/main/cup/sql_parser.cup                     |   9 ++
 .../org/apache/doris/analysis/CreateTableStmt.java |  14 ++-
 .../org/apache/doris/analysis/DataDescription.java |  79 +++++++++++--
 .../java/org/apache/doris/analysis/FromClause.java |  42 +++++++
 .../java/org/apache/doris/analysis/LoadStmt.java   |  24 ++--
 .../java/org/apache/doris/catalog/Catalog.java     |  28 ++++-
 .../java/org/apache/doris/catalog/HiveTable.java   | 130 +++++++++++++++++++++
 .../main/java/org/apache/doris/catalog/Table.java  |   5 +-
 .../org/apache/doris/load/BrokerFileGroup.java     |  61 ++++++++++
 .../org/apache/doris/load/loadv2/SparkLoadJob.java |  19 ---
 .../apache/doris/load/loadv2/etl/EtlJobConfig.java |  47 ++++++--
 .../apache/doris/analysis/DataDescriptionTest.java |  11 ++
 .../org/apache/doris/catalog/HiveTableTest.java    |  79 +++++++++++++
 15 files changed, 562 insertions(+), 63 deletions(-)
 create mode 100644 fe/src/main/java/org/apache/doris/catalog/HiveTable.java
 create mode 100644 fe/src/test/java/org/apache/doris/catalog/HiveTableTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to