Eron Wright created FLINK-11234: ------------------------------------ Summary: ExternalTableCatalogBuilder unable to build a batch-only table Key: FLINK-11234 URL: https://issues.apache.org/jira/browse/FLINK-11234 Project: Flink Issue Type: Bug Components: Table API & SQL, Tests Reporter: Eron Wright Assignee: Eron Wright
The `ExternalTableCatalogBuilder::supportsBatch` method should set `isBatch` to `true and `isStreaming` to `false`, but the logic is presently inverted. -- This message was sent by Atlassian JIRA (v7.6.3#76005)