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 2022/10/22 14:40:10 UTC

[doris] branch master updated (a7c221d04e -> 3a3def447d)

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 a7c221d04e [Bug](sort) Fix bug in string sorter (#13548)
     add 3a3def447d [fix](csv-reader) fix bug that csv reader can not read text format hms table (#13515)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/text_converter.hpp                     |   2 +-
 be/src/vec/exec/format/csv/csv_reader.cpp          | 124 ++++++++++++---------
 be/src/vec/exec/format/csv/csv_reader.h            |  11 +-
 be/src/vec/exec/scan/vfile_scanner.cpp             |   2 +-
 .../doris/catalog/HiveMetaStoreClientHelper.java   |   3 +
 .../java/org/apache/doris/catalog/TableIf.java     |  12 ++
 .../doris/catalog/external/HMSExternalTable.java   |   1 +
 .../doris/datasource/HMSExternalCatalog.java       |   1 +
 .../planner/external/ExternalFileScanNode.java     |  26 ++++-
 .../doris/planner/external/HiveScanProvider.java   |  20 ++++
 gensrc/thrift/PlanNodes.thrift                     |   2 +
 11 files changed, 147 insertions(+), 57 deletions(-)


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