This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from 2b69335c12 [chore](build) Build java udf by default (#18254)
new ccbfbb2d42 [Improve](hana catalog)Currently logged in users should
only see the schemas they can access (#17918)
new c7c2358354 [Fix](SAP Hana External Table) fix that SAP Hana external
table can not insert batch values (#17957)
new cb2da2de31 [improve](clickhouse jdbc) support clickhouse array type
(#17993)
new 4a21b135ce [improve](clickhouse jdbc) support clickhouse jdbc 4.x
version (#18258)
new aeaedb734f [fix](planner) lateral view do not support lower case table
name config (#18165)
The 5 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:
be/src/exec/table_connector.cpp | 39 ++++++
be/src/exec/table_connector.h | 8 +-
be/src/vec/exec/vjdbc_connector.cpp | 11 +-
.../org/apache/doris/analysis/LateralViewRef.java | 54 +++++----
.../java/org/apache/doris/analysis/TableName.java | 4 +
.../org/apache/doris/external/jdbc/JdbcClient.java | 11 +-
fe/java-udf/pom.xml | 6 +
.../java/org/apache/doris/udf/JdbcExecutor.java | 135 ++++++++++++++++++++-
8 files changed, 238 insertions(+), 30 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]