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 56fa9fe24b4 [feat](catalog) support drop database force in external catalog (#48943) add 025e474ad5e [fix](information_schema) The time type in tables under the information_schema should change according to the time_zone. (#48462) No new revisions were added by this update. Summary of changes: be/src/exec/schema_scanner.cpp | 3 +- be/src/exec/schema_scanner.h | 4 +- .../schema_active_queries_scanner.cpp | 1 + .../schema_backend_kerberos_ticket_cache.cpp | 1 - .../schema_backend_kerberos_ticket_cache.h | 2 - .../schema_scanner/schema_partitions_scanner.cpp | 1 + .../schema_scanner/schema_processlist_scanner.cpp | 1 + .../exec/schema_scanner/schema_rowsets_scanner.cpp | 5 +- .../exec/schema_scanner/schema_tables_scanner.cpp | 7 +- be/src/pipeline/exec/schema_scan_operator.cpp | 2 +- .../org/apache/doris/common/util/TimeUtils.java | 12 ++ .../doris/httpv2/controller/SessionController.java | 3 +- .../plans/commands/ShowProcessListCommand.java | 3 +- .../plsql/functions/DorisFunctionRegistry.java | 5 +- .../java/org/apache/doris/qe/ConnectContext.java | 8 +- .../java/org/apache/doris/qe/ConnectScheduler.java | 6 +- .../java/org/apache/doris/qe/ShowExecutor.java | 2 +- .../apache/doris/service/FrontendServiceImpl.java | 7 +- .../doris/tablefunction/MetadataGenerator.java | 33 ++-- .../org/apache/doris/qe/ConnectContextTest.java | 3 +- gensrc/thrift/FrontendService.thrift | 2 + .../test_information_schema_timezone.out} | Bin 225 -> 415 bytes .../test_information_schema_timezone.groovy | 218 +++++++++++++++++++++ 23 files changed, 294 insertions(+), 35 deletions(-) copy regression-test/data/{export_p0/outfile/test_outfile_result.out => external_table_p0/info_schema_db/test_information_schema_timezone.out} (54%) create mode 100644 regression-test/suites/external_table_p0/info_schema_db/test_information_schema_timezone.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org