You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2022/08/02 04:13:09 UTC

[flink] branch master updated (4a2f3a15903 -> 6670feaef40)

This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 4a2f3a15903 [FLINK-27908] ResultPartitionFactory also supports HYBRID type.
     add 6670feaef40 [FLINK-26542][hive] Hive dialect supports queries with multiple same columns in select (#19017)

No new revisions were added by this update.

Summary of changes:
 .../delegation/hive/HiveParserCalcitePlanner.java  | 15 ++--
 .../hive/copy/HiveParserRowResolver.java           | 99 ++++++++++++++++++++--
 .../connectors/hive/HiveDialectQueryITCase.java    |  2 +-
 .../src/test/resources/query-test/join.q           |  2 +-
 .../src/test/resources/query-test/set_op.q         |  8 ++
 5 files changed, 109 insertions(+), 17 deletions(-)