The USE <catalog>.<database> command in confluent flink shell previously set an incorrect key/value pair in the config (catalog: database); now it sets the proper key/value pairs (sql.current-catalog: catalog, sql.current-database: database)
Checklist
[x] Leave this box unchecked if features are not yet available in production
Release Notes
Bug Fixes
USE <catalog>.<database>
command inconfluent flink shell
previously set an incorrect key/value pair in the config (catalog: database
); now it sets the proper key/value pairs (sql.current-catalog: catalog, sql.current-database: database
)Checklist
What
We were setting the wrong key in the config
References
Test & Review