You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Alex Sorokoumov (Jira)" <ji...@apache.org> on 2022/12/07 12:34:00 UTC

[jira] [Created] (FLINK-30326) SQL Client should not create table directory structure

Alex Sorokoumov created FLINK-30326:
---------------------------------------

             Summary: SQL Client should not create table directory structure
                 Key: FLINK-30326
                 URL: https://issues.apache.org/jira/browse/FLINK-30326
             Project: Flink
          Issue Type: Bug
          Components: Table Store
            Reporter: Alex Sorokoumov


The SQL client creates the schema part of the directory structure for new tables. This behavior is incorrect because the SQL client could be attached to a SQL gateway that does not necessarily have access to DFSes for all catalogs/tables. 

I propose to change the behavior such that FTS sink creates the schema, either on the fly if `auto-create=true` or just as a separate job if `auto-create=false`.




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