fix: Propagate context on internal casts#88929
Conversation
|
Workflow [PR], commit [2ae9fd1] Summary: ❌
|
|
It should also fix #78025, please, add a test from this issue and make sure it passes |
|
If duplicated paths dedup setting will be respected during insert, may be it will fix as well? #82206 |
In this particular issue error happens during merges, and I believe it happens during binary deserialization of a nested |
bf38592 to
f5726ad
Compare
src/Storages/ObjectStorage/DataLakes/DeltaLake/EnginePredicate.cpp
Outdated
Show resolved
Hide resolved
9450c70 to
8d96d4c
Compare
8d96d4c to
b665dc0
Compare
Co-authored-by: Pavel Kruglov <48961922+Avogar@users.noreply.github.com>
src/Storages/ObjectStorage/DataLakes/DeltaLake/TableSnapshot.cpp
Outdated
Show resolved
Hide resolved
Avogar
left a comment
There was a problem hiding this comment.
Great work, thanks! Just a few minor comments and let's merge it
|
Thanks for the fixes! Can be merged or anything left to do? |
|
Let's merge it right away! |
|
03212_variant_dynamic_cast_or_default is flaky #87583 |
|
Integration tests: #89758 |
3e9556d
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Propagate context on internal casts. Fixing multiple issues where cast-settings weren't propagated. Closes #88873. Closes #78025.
Documentation entry for user-facing changes