You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ambition (JIRA)" <ji...@apache.org> on 2018/12/04 08:45:00 UTC

[jira] [Updated] (FLINK-11039) LogicalExchange and HashPartitioner realization

     [ https://issues.apache.org/jira/browse/FLINK-11039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ambition updated FLINK-11039:
-----------------------------
    Description: 
RelTimeIndicatorConverter.visit(exchange: LogicalExchange) function realization.

FlinkLogicalExchange realization org.apache.calcite.rel.logical.LogicalExchange.

HashPartitioner is Partitioner that implements hash-based partitioning using Java's `Object.hashCode`. support org.apache.calcite.rel.RelDistribution.Type HASH_DISTRIBUTED

  was:
FlinkLogicalExchange realization org.apache.calcite.rel.logical.LogicalExchange.

HashPartitioner is Partitioner that implements hash-based partitioning using Java's `Object.hashCode`. support org.apache.calcite.rel.RelDistribution.Type HASH_DISTRIBUTED


> LogicalExchange and HashPartitioner realization
> -----------------------------------------------
>
>                 Key: FLINK-11039
>                 URL: https://issues.apache.org/jira/browse/FLINK-11039
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API &amp; SQL
>    Affects Versions: 1.6.2, 1.7.0
>            Reporter: ambition
>            Priority: Minor
>             Fix For: 1.7.0
>
>
> RelTimeIndicatorConverter.visit(exchange: LogicalExchange) function realization.
> FlinkLogicalExchange realization org.apache.calcite.rel.logical.LogicalExchange.
> HashPartitioner is Partitioner that implements hash-based partitioning using Java's `Object.hashCode`. support org.apache.calcite.rel.RelDistribution.Type HASH_DISTRIBUTED



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)