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/doris.git
from 4ec6aa1691 [fix](planner) trying register constnat slotRef to table
cause NPE (#18356)
add 8b61709ec8 [feature](multi-catalog) support select current_catalog();
(#18163)
No new revisions were added by this update.
Summary of changes:
fe/fe-core/src/main/cup/sql_parser.cup | 5 +++++
.../java/org/apache/doris/analysis/InformationFunction.java | 3 +++
.../java/org/apache/doris/catalog/BuiltinScalarFunctions.java | 2 ++
.../rules/expression/rewrite/rules/FoldConstantRuleOnFE.java | 7 +++++++
.../functions/scalar/{User.java => CurrentCatalog.java} | 11 +++++------
.../trees/expressions/visitor/ScalarFunctionVisitor.java | 5 +++++
fe/fe-core/src/main/jflex/sql_scanner.flex | 1 +
.../data/jdbc_catalog_p0/test_mysql_jdbc_catalog.out | 9 +++++++++
.../suites/jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy | 4 ++++
regression-test/suites/query_p0/system/test_query_sys.groovy | 1 +
10 files changed, 42 insertions(+), 6 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{User.java
=> CurrentCatalog.java} (88%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]