This is an automated email from the ASF dual-hosted git repository.
zirui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 4bffa88d4 [INLONG-6782][Sort] Support Apache Hudi connector (#6783)
add 009888d3a [INLONG-6795][Sort] Supports dirty data side-output for hive
sink (#6796)
No new revisions were added by this update.
Summary of changes:
.../org/apache/inlong/sort/hive/HiveTableSink.java | 26 +++++++---
.../hive/filesystem/AbstractStreamingWriter.java | 57 ++++++++++++++++++----
.../sort/hive/filesystem/CompactFileWriter.java | 10 +++-
.../sort/hive/filesystem/StreamingFileWriter.java | 9 +++-
.../inlong/sort/hive/filesystem/StreamingSink.java | 16 ++++--
.../sort/hive/table/HiveTableInlongFactory.java | 10 +++-
.../inlong/sort/parser/FlinkSqlParserTest.java | 10 +++-
7 files changed, 111 insertions(+), 27 deletions(-)