June 04, 2025 - Hotfix
Review the fixed issues and changed behaviors in this hotfix release of Cloudera Data Warehouse on cloud.
Fixed Issues
Review the fixed issues in this release of the Cloudera Data Warehouse service on cloud
- DWX-20174: Removal of obsolete Upgrade Now option from user interface
- In an older release, the Upgrade Now option was displayed under the Environments tab, but was no longer functional, as the upgrade process had been replaced by the Backup and Restore procedure. The non-functional Upgrade Now option is now removed from user interface.
- DWX-20746: CloudFormation (CF) template encryption change and Cloudera Data Warehouse cluster activation issue
- CloudFormation (CF) templates uploaded to S3 buckets previously used
AES256 encryption, which has now been replaced by the bucket's default encryption settings.
This change impacted the activation of Cloudera Data Warehouse clusters when the
datalake bucket had SSE-CMK encryption enabled. Activation failures were observed due to
missing permissions in the cross-account role policies.
This issue is now resolved by updating the cross-account role policies to include the necessary permissions. These updates have been applied to both the restricted and reduced policies.
- DWX-20754: Error while running LATERAL VIEW query on non-native tables
- When running LATERAL VIEW queries on non-native Iceberg tables, you
may encounter the following
error:
org.apache.hadoop.hive.ql.parse.SemanticException: Line 0:-1 Invalid column reference 'BLOCK__OFFSET__INSIDE__FILE'
This issue occurs because Iceberg tables are incorrectly classified as native tables, resulting in the addition of incorrect virtual columns in the RowResolver.
The issue has been resolved, and LATERAL VIEW queries on non-native Iceberg tables should now work as expected.
- DWX-20798: Hive VW sometimes fails to resume after it goes idle
- Hive VW does not resume and gets stuck sometimes, this is because compute watch restarts do not receive events occasionally.
- DWX-20918: API allowlist feature compatibility issue with older environment
- In the latest control plane release, the nginx-service was renamed from nginx-controller. This change caused the API allowlist feature to stop working in environments older than version 1.10.1, as the system was trying to locate the outdated service name. This issue is now fixed.
- DWX-20924: Query cancellation did not stop compute resource creation
- Cancelling a Hive query did not interrupt the creation of the associated StandaloneCompute resource, leading to unused compute nodes.
- DWX-20931: Runtime error during the configuration updates
- After upgrading to Impala Virtual Warehouse version 2025.0.19.0-51, a runtime error message occurred when attempting to edit or update an existing configuration. This error was triggered by a problem in the upgraded configuration. This issue is now fixed.
- DWX-20939: Cloudera Data Visualization restore issue on private AKS and EKS clusters
- Cloudera Data Visualization restore on private AKS and EKS clusters was failing because the restore job did not account for increased communication delays between the Cloudera Data Warehouse Control Plane and the Cloudera Data Warehouse cluster in private network setups. The logic has been updated to handle higher response times, and the issue is now resolved.
- DWX-21045: Hue AI Assistant Azure persistent volume issue
- Cloudera Data Warehouse introduced a new persistent volume for Hue's SQL AI Assistant, intended for storing sentence transformer models. This provisioning attempted to use Azure storage accounts with public access enabled by default. Customers with stricter security policies that deny public storage account creation or restrict new account provisioning experienced failures with Hive, and Impala Virtual Warehouse provisioning due to these Azure policy violations.
- CDPD-80939: Missing equivalence conjunct in aggregation node with inline views
- In queries that include filters on the result of a
UNION
operation, the planner sometime removed required conjuncts, which caused incorrect query results. - CDPD-82599: Query rejected due to too many fragment instances on one node
- Some queries failed with a scheduling error when too many fragment instances were placed on a single executor node.
- CDPD-82644: Data corruption caused by concurrency issue in HIVE-27653
- HIVE-27653 introduced a concurrency issue that could lead to data corruption. The change was reverted to prevent this issue. In some cases, deletion of the resource and addition of the finalizer label happened at the same time, causing Invalid Object errors in the controller.
- CDPD-82303: EXEC_TIME_LIMIT_S incorrectly includes planning time
- The
EXEC_TIME_LIMIT_S
timer was triggered during the planning and admission(queuing) phases, which could cause queries to fail before any processing on backend started. - CDPD-82364: Nested loop join rewrites disjunctive subquery incorrectly
- Queries with a subquery inside an OR condition could return incorrect results due to an improper join predicate rewrite.
- Invalid cardinality calculation in sortnode's computestats
- An error occurred during query execution due to an overflow in the calculation of row limits, causing unexpected failures.
Known issues
Review the known issues in this release of the Cloudera Data Warehouse on cloud service.
- DWX-21083: Frequent permission denied red popup for restricted users
- If you have limited permissions, you may encounter a permission denied
red popup while navigating the Cloudera Data Warehouse user interface.
This error message does not affect functionality and can be safely ignored.
Behavior changes
This release of the Cloudera Data Warehouse service on cloud has the following behavior changes:
Summary: UI changes in the Cloudera Data Warehouse Environments tab
Before this release: The Upgrade Now option in the Environments tab was disabled at the backend. However, the option remained visible in the UI.
After this release: The Upgrade Now option has been removed from the Environments tab.