You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aitozi (Jira)" <ji...@apache.org> on 2022/10/29 08:19:00 UTC

[jira] [Commented] (FLINK-29795) The source.file.stream.io-fetch-size can not be set by table properties

    [ https://issues.apache.org/jira/browse/FLINK-29795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626018#comment-17626018 ] 

Aitozi commented on FLINK-29795:
--------------------------------

A reasonable fix to my mind, is to expose the original options in the properties to the format builder. So that it can fallback to the original options to get the \{{source.file.stream.io-fetch-size}}, then it will work I think.

cc [~martijnvisser] can you give me some suggestion on this ?

> The source.file.stream.io-fetch-size can not be set by table properties
> -----------------------------------------------------------------------
>
>                 Key: FLINK-29795
>                 URL: https://issues.apache.org/jira/browse/FLINK-29795
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / FileSystem
>    Affects Versions: 1.17.0
>            Reporter: Aitozi
>            Priority: Major
>
> The {{source.file.stream.io-fetch-size}} is used in the bulk format mode, but it is not exposed to the filesystem connector options. If I try to use it in the with property, it will fails with \{{Unsupported options}}. It can only be set by add it to the {{flink-conf.yaml}} now. It's not convenient and it should be scoped to the table's property.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)