You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wForget
changed the title
[VL][1.2] Cast string to integral type does not ignore ISO control characters
[VL][1.2][Result mismatch] Cast string to integral type does not ignore ISO control characters
Oct 31, 2024
String type conversions were also fixed in #1569 . They used trim to remove invalid characters, but that didn't handle invalid characters inside a String. It would be great to fix this in velox so we can remove #1569 in gluten. cc @PHILO-HE
String type conversions were also fixed in #1569 . They used trim to remove invalid characters, but that didn't handle invalid characters inside a String. It would be great to fix this in velox so we can remove #1569 in gluten. cc @PHILO-HE
Thank you for the information. Since the trim behavior for different types of cast in spark is different, it seems that extending #1569 is a simpler solution, can we fix it that way first?
Backend
VL (Velox)
Bug description
create test dataset
cast to integral type
check sqls:
gluten 1.2 + spark 3.5:
vanilla spark:
cast to fractional type
check sqls:
gluten 1.2 + spark 3.5:
vanilla spark:
Related PRs: apache/spark#41535
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: