[ https://issues.apache.org/jira/browse/FLINK-37255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jiabao Sun updated FLINK-37255: ------------------------------- Description: The new configuration option scan.partition.record-size was introduced by FLINK-36075, but it was not added to the optional options, making this configuration item unusable. {code:sql} [ERROR] Could not execute SQL statement. Reason: org.apache.flink.table.api.ValidationException: Unsupported options found for 'mongodb'. Unsupported options: scan.partition.record-size Supported options: collection connector database filter.handling.policy ... {code} was: The new configuration option scan.partition.record-size was introduced by FLINK-36075, but it was not added to the optional options, making this configuration item unusable. > Unsupported options: scan.partition.record-size > ----------------------------------------------- > > Key: FLINK-37255 > URL: https://issues.apache.org/jira/browse/FLINK-37255 > Project: Flink > Issue Type: Bug > Components: Connectors / MongoDB > Reporter: Jiabao Sun > Assignee: Jiabao Sun > Priority: Blocker > Fix For: mongodb-2.0.0 > > > The new configuration option scan.partition.record-size was introduced by > FLINK-36075, but it was not added to the optional options, making this > configuration item unusable. > {code:sql} > [ERROR] Could not execute SQL statement. Reason: > org.apache.flink.table.api.ValidationException: Unsupported options found for > 'mongodb'. > Unsupported options: > scan.partition.record-size > Supported options: > collection > connector > database > filter.handling.policy > ... > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)