ggjh-159 opened a new pull request, #12250: URL: https://github.com/apache/gluten/pull/12250
## What changes are proposed in this pull request? Use getValueAs(String.class) to get the plain value, consistent with the CHAR branch. Related issue: #12249 ## How was this patch tested? Manual test. Verified with nexmark q14 on Velox-Flink (10000 events, 2533 output rows): - Before fix: all 2533 rows output `_UTF-16LE'nightTime'` or `_UTF-16LE'otherTime'` - After fix: all 2533 rows output correct plain values (`nightTime`), matching native Flink output - Full field-by-field verification passed (auction, bidder, price, bidTimeType, dateTime, extra, c_counts) ## Was this patch authored or co-authored using generative AI tooling? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
