This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git.
from 2c527fb [FLINK-18849][docs] Improve the code tabs of the Flink documents. add 6a7b464 [FLINK-18659][hive][orc] Fix streaming write for Hive 1.x Orc table No new revisions were added by this update. Summary of changes: flink-connectors/flink-connector-hive/pom.xml | 10 ++-- .../flink/connectors/hive/HiveTableSink.java | 42 +++++++++----- .../hive/write/HiveBulkWriterFactory.java | 3 +- .../flink/connectors/hive/HiveTableSinkITCase.java | 32 ++++++++--- .../flink-sql-connector-hive-1.2.2/pom.xml | 9 ++- .../src/main/resources/META-INF/NOTICE | 3 +- .../flink-sql-connector-hive-2.2.0/pom.xml | 2 +- .../orc/nohive/OrcNoHiveBulkWriterFactory.java | 26 +++++++-- .../nohive/writer/NoHivePhysicalWriterImpl.java | 65 ++++++++++++++++++++++ .../flink/orc/writer/PhysicalWriterImpl.java | 30 +++++++--- pom.xml | 2 +- 11 files changed, 179 insertions(+), 45 deletions(-) create mode 100644 flink-formats/flink-orc-nohive/src/main/java/org/apache/flink/orc/nohive/writer/NoHivePhysicalWriterImpl.java