Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 4.4.0
-
None
-
None
-
ghx-label-1
Description
Currently we have the following problematic line:
It modifies the string value of an existing tuple and it can corrupt the BufferedTupleStream.
We should only smallify string values during deepcopy, and only the target string value, never the source.
Attachments
Issue Links
- is caused by
-
IMPALA-12373 Implement Small String Optimization for StringValue
- Resolved