You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2020/07/21 04:02:00 UTC

[jira] [Updated] (FLINK-18654) Correct missleading documentation in "Partitioned Scan" section of JDBC connector

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

Jark Wu updated FLINK-18654:
----------------------------
    Fix Version/s: 1.11.2

> Correct missleading documentation in "Partitioned Scan" section of JDBC connector
> ---------------------------------------------------------------------------------
>
>                 Key: FLINK-18654
>                 URL: https://issues.apache.org/jira/browse/FLINK-18654
>             Project: Flink
>          Issue Type: New Feature
>          Components: Connectors / JDBC, Documentation
>    Affects Versions: 1.11.0
>            Reporter: Jark Wu
>            Priority: Major
>             Fix For: 1.12.0, 1.11.2
>
>
> In https://ci.apache.org/projects/flink/flink-docs-master/dev/table/connectors/jdbc.html#partitioned-scan
> > Notice that scan.partition.lower-bound and scan.partition.upper-bound are just used to decide the partition stride, not for filtering the rows in table. So all rows in the table will be partitioned and returned.
> The "not for filtering the rows in table" is not correct, actually, if partition bounds is defined, it only scans rows in the bound range. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)