talatuyarer opened a new pull request, #17935: URL: https://github.com/apache/iceberg/pull/17935
This fixes two config keys in `flink-maintenance.md` that don't match the code, so copying the documented examples silently does nothing: - `table.exec.iceberg.use.v2.sink` → `table.exec.iceberg.use-v2-sink` (actual key defined in `FlinkConfigOptions`) - `flink-maintenance.lock.jdbc.init-lock-tables` → `flink-maintenance.lock.jdbc.init-lock-table` in the SQL examples and the lock-config table (actual SQL key defined in `LockConfig`; there is no alias for the wrong key, so the lock table is never auto-created) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
