You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/10/30 04:02:44 UTC

[incubator-doris] branch master updated (5933326 -> 44498a1)

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 5933326  Fix Clerical error (#4820)
     add 44498a1  [Compatibility] Add table "views" in information_schema database (#4778)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/CMakeLists.txt                         |   1 +
 be/src/exec/schema_scanner.cpp                     |   3 +
 ...tables_scanner.cpp => schema_views_scanner.cpp} | 188 ++++++++-------------
 ...ema_tables_scanner.h => schema_views_scanner.h} |  10 +-
 .../java/org/apache/doris/catalog/Database.java    |  10 ++
 .../java/org/apache/doris/catalog/SchemaTable.java |  18 ++
 .../main/java/org/apache/doris/catalog/Table.java  |   6 +
 .../main/java/org/apache/doris/catalog/View.java   |   5 +
 .../apache/doris/service/FrontendServiceImpl.java  |  15 +-
 gensrc/thrift/FrontendService.thrift               |   2 +
 10 files changed, 134 insertions(+), 124 deletions(-)
 copy be/src/exec/schema_scanner/{schema_tables_scanner.cpp => schema_views_scanner.cpp} (53%)
 copy be/src/exec/schema_scanner/{schema_tables_scanner.h => schema_views_scanner.h} (83%)


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