Fix small value DateTime64 constant folding in nested subquery for remote#68323
Conversation
|
Related :- Current PR handles the case of nested subquery inside a remote/distributed query. A nested subquery requires additional check for |
|
This is an automated comment for commit 6ee9cad with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
|
Analyzed the test failures in latest run, they should not be related to this PR : Not clear what happened in this test suite - @Avogar Please recommend next step. Can the |
|
Investigating timeout failure in 00653_verification_monotonic_data_load in : |
|
Current Status : The 5 Stateless test failures are seen by other PRs also and are flaky tests. Regarding possible error in "AST fuzzer (asan)", cause is not clear and hopefully should be clear in rerun. |
|
For "AST fuzzer (asan)", I see similar run.log on the latest master commit - |
|
Thank you! We will fix all flaky tests |
…in nested subquery for remote
Backport #68323 to 24.8: Fix small value DateTime64 constant folding in nested subquery for remote
…in nested subquery for remote
…in nested subquery for remote
…in nested subquery for remote
…in nested subquery for remote
Backport #68323 to 24.3: Fix small value DateTime64 constant folding in nested subquery for remote
Backport #68323 to 24.7: Fix small value DateTime64 constant folding in nested subquery for remote
Backport #68323 to 24.5: Fix small value DateTime64 constant folding in nested subquery for remote
Backport #68323 to 24.6: Fix small value DateTime64 constant folding in nested subquery for remote
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fixes #50868. Small DateTime64 constant values returned by a nested subquery inside a distributed query were wrongly transformed to Nulls, thus causing errors and possible incorrect query results.
Documentation entry for user-facing changes
CI Settings (Only check the boxes if you know what you are doing):