-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
I identified a bug in Vitess connector column parsing code that results in mislocation of bytes. This is due to incorrect decoding of row.getValues().toStringUtf8() which cause sub-range copy to fail to find the correct bytes range for each column.