Fixed issues
Review the list of Flink and Cloudera SQL Stream Builder issues that are resolved in Cloudera Streaming Analytics 1.16.1.
- CSA-6032 - Cloudera SQL Stream Builder logs are not displayed in Cloudera Manager
- Log configurations for Streaming SQL Engine (SSE) and Materialized View Engine (MVE) services have been updated to ensure logs are correctly displayed in Cloudera Manager.
- CSA-6023 - No foreign key constraint on
udftable for artifact id - A foreign key constraint has been added to the
udfstable for the artifact ID to ensure data integrity. - CSA-5969 - Password placeholder resolution crashes when there are special characters in passwords
- Fixed an issue where special characters in passwords caused service startup failures. Special characters in password placeholders are now properly escaped.
- CSA-5945 - Cloudera SQL Stream Builder does not check push result when exporting projects to Github
- Cloudera SQL Stream Builder now verifies the result of the push operation when exporting projects. Previously, a rejected push might not have been detected, resulting in a successful sync status despite the failure.
- CSA-5873 - Cloudera SQL Stream Builder environment variables cannot be used through the V2 API
- Cloudera SQL Stream Builder environment variables are now correctly applied when validating data sources via the V2 API.
- CSA-5743 - Invalid request error cannot instantiate User Defined Function after restart
- Fixed an issue where Python User Defined Functions (UDFs) failed to instantiate during query analysis. Python UDFs are now correctly configured for temporary sessions used during analysis.
- CSA-6021 Validation of queries with functions erroneously invoked under SELECT fails with StackOverflow (FLINK-38750)
- Resolved a
StackOverflowerror that occurred during the validation of SQL queries where functions were invoked under theSELECTclause.
