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 04e2ce2 [Compile] Fix md5 of thirdparty(#4663)
add a61d0de [ODBC SCAN NODE] 4/4 Add ODBC_SCAN_NODE and Odbc_Scanner in
BE and add ODBC_SCAN_NODE docs (#4438)
No new revisions were added by this update.
Summary of changes:
be/CMakeLists.txt | 1 +
be/src/exec/CMakeLists.txt | 4 +-
be/src/exec/exec_node.cpp | 5 +
.../{mysql_scan_node.cpp => odbc_scan_node.cpp} | 124 +++++-----
.../exec/{mysql_scan_node.h => odbc_scan_node.h} | 38 +--
be/src/exec/odbc_scanner.cpp | 262 +++++++++++++++++++++
be/src/exec/odbc_scanner.h | 109 +++++++++
be/src/runtime/descriptors.cpp | 24 ++
be/src/runtime/descriptors.h | 39 +++
bin/start_be.sh | 6 +
conf/odbcinst.ini | 26 ++
docs/en/extending-doris/odbc-of-doris.md | 229 ++++++++++++++++++
docs/zh-CN/extending-doris/odbc-of-doris.md | 217 +++++++++++++++++
13 files changed, 1001 insertions(+), 83 deletions(-)
copy be/src/exec/{mysql_scan_node.cpp => odbc_scan_node.cpp} (64%)
copy be/src/exec/{mysql_scan_node.h => odbc_scan_node.h} (71%)
create mode 100644 be/src/exec/odbc_scanner.cpp
create mode 100644 be/src/exec/odbc_scanner.h
create mode 100644 conf/odbcinst.ini
create mode 100644 docs/en/extending-doris/odbc-of-doris.md
create mode 100644 docs/zh-CN/extending-doris/odbc-of-doris.md
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]