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 7ef9aa1  [Bug] Modify spark, flink doris connector to send request to 
FE, fix the problem of POST method, it should be the same as the method when 
sending the request (#5788)
     add bf44435  [Feature] Support show view statement for table (#5813)

No new revisions were added by this update.

Summary of changes:
 .../{SHOW PLUGINS.md => SHOW VIEW.md}              |  27 ++--
 .../SHOW DELETE.md => Administration/SHOW VIEW.md} |  12 +-
 fe/fe-core/src/main/cup/sql_parser.cup             |   4 +
 .../org/apache/doris/analysis/ShowViewStmt.java    | 148 +++++++++++++++++++++
 .../java/org/apache/doris/qe/ShowExecutor.java     |  25 +++-
 .../apache/doris/analysis/ShowViewStmtTest.java    |  58 ++++++++
 .../java/org/apache/doris/qe/ShowExecutorTest.java |  15 ++-
 7 files changed, 267 insertions(+), 22 deletions(-)
 copy docs/en/sql-reference/sql-statements/Administration/{SHOW PLUGINS.md => 
SHOW VIEW.md} (73%)
 copy docs/zh-CN/sql-reference/sql-statements/{Data Manipulation/SHOW DELETE.md 
=> Administration/SHOW VIEW.md} (79%)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/analysis/ShowViewStmt.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/analysis/ShowViewStmtTest.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to