Skip to content

Conversation

caozhen1937
Copy link
Contributor

… the table

Purpose

Linked issue: close #1778

Brief change log

Tests

API and Format

Documentation

tableOptions.forEach(
(key, value) -> {
if (key.startsWith(CLIENT_PREFIX)) {
if (key.startsWith(CLIENT_PREFIX) || key.startsWith(TABLE_PREFIX)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why forward table storage configs? The returned flinkConfigs is mainly used to set environment or connection for the flink job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support table.delete.behavior config to disable or ignore deletion on the table

2 participants