[ https://issues.apache.org/jira/browse/FLINK-11451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16757275#comment-16757275 ]
xueyu edited comment on FLINK-11451 at 1/31/19 2:24 PM: -------------------------------------------------------- Hi, [~hequn8128] [~twalthr] I submitted the PR to move QueryConfig, BatchQueryConfig, StreamQueryConfig and TableDescriptor to flink-table-api-java. Please have a review when you are free. I want to ask two questions 1. For {{class QueryConfig private[table] extends Serializable}} how to keep the semantic of {{private[table]}} in java when migration... 2. Why put TableDescriptor in flink-table-api-java but Descriptor, FormatDescriptor, ConnectorDescriptor etc. in flink-table-common, they are in the same package but different module. Thanks was (Author: xueyu): Hi, [~hequn8128] [~twalthr] I submitted the PR to move QueryConfig, BatchQueryConfig, StreamQueryConfig and TableDescriptor to flink-table-api-java. Please have a review when you are free. I want to ask two questions 1. For {{class QueryConfig private[table] extends Serializable }} how to keep the semantic of {{private[table]}} in java when migration... 2. Why put TableDescriptor in flink-table-api-java but Descriptor, FormatDescriptor, ConnectorDescriptor etc. in flink-table-common, they are in the same package but different module. Thanks > Move *QueryConfig and TableDescriptor to flink-table-api-java > ------------------------------------------------------------- > > Key: FLINK-11451 > URL: https://issues.apache.org/jira/browse/FLINK-11451 > Project: Flink > Issue Type: New Feature > Components: Table API & SQL > Reporter: Timo Walther > Assignee: xueyu > Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > A more detailed description can be found in > [FLIP-32|https://cwiki.apache.org/confluence/display/FLINK/FLIP-32%3A+Restructure+flink-table+for+future+contributions]. > Move QueryConfig, BatchQueryConfig, StreamQueryConfig, TableDescriptor in > flink-table-api-java. > Unblocks TableEnvironment interface task. -- This message was sent by Atlassian JIRA (v7.6.3#76005)