You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2020/08/10 08:09:58 UTC

[flink] branch master updated (2fbd4b3 -> 6d72cc0)

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 2fbd4b3  [FLINK-18847][docs][python] Add documentation about data types in Python Table API
     add 6d72cc0  [FLINK-18688][table-planner-blink] Fix binary row writing with incorrect order in ProjectionCodeGenerator by removing for loop optimization

No new revisions were added by this update.

Summary of changes:
 .../table/planner/codegen/CalcCodeGenerator.scala  |  33 ++----
 .../planner/codegen/ProjectionCodeGenerator.scala  | 114 +++------------------
 .../plan/nodes/physical/batch/BatchExecCalc.scala  |   2 -
 .../nodes/physical/stream/StreamExecCalc.scala     |   2 -
 .../codegen/ProjectionCodeGeneratorTest.scala      |  36 ++++++-
 5 files changed, 58 insertions(+), 129 deletions(-)