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 2019/07/23 06:44:05 UTC

[flink] branch master updated (7517b98 -> bd35194)

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 7517b98  [FLINK-13227][docs-zh] Translate "asyncio" page into Chinese
     add bd35194  [FLINK-13075][table-planner-blink] Project pushdown rule shouldn't require the TableSource return a modified schema in blink planner

No new revisions were added by this update.

Summary of changes:
 .../physical/batch/BatchExecTableSourceScan.scala      |  6 +++---
 .../physical/stream/StreamExecTableSourceScan.scala    |  8 ++++----
 .../flink/table/plan/rules/FlinkBatchRuleSets.scala    |  2 +-
 .../logical/PushProjectIntoTableSourceScanRule.scala   | 18 +++++++++++++++---
 ...ceRule.scala => BatchExecTableSourceScanRule.scala} |  6 +++---
 .../flink/table/plan/schema/TableSourceTable.scala     |  9 +++++++--
 .../table/runtime/batch/sql/TableSourceITCase.scala    |  2 --
 .../org/apache/flink/table/util/testTableSources.scala | 10 ++--------
 8 files changed, 35 insertions(+), 26 deletions(-)
 rename flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/plan/rules/physical/batch/{BatchExecScanTableSourceRule.scala => BatchExecTableSourceScanRule.scala} (94%)