LadyForest commented on a change in pull request #55:
URL: https://github.com/apache/flink-table-store/pull/55#discussion_r830880524
##########
File path:
flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/sink/TableStoreSink.java
##########
@@ -41,12 +42,13 @@
import java.util.HashMap;
import java.util.Map;
+import static org.apache.flink.table.store.log.LogOptions.CHANGELOG_MODE;
+
/** Table sink to create {@link StoreSink}. */
public class TableStoreSink
implements DynamicTableSink, SupportsOverwrite, SupportsPartitioning,
RequireCatalogLock {
private final TableStore tableStore;
- private final LogOptions.LogChangelogMode logChangelogMode;
Review comment:
L#148, `copy()` should be updated

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]