n0r0shi opened a new pull request, #3593:
URL: https://github.com/apache/datafusion-comet/pull/3593

   # Summary
     - Add Rust UDFs for Spark's char/varchar write-side validation 
(`CharVarcharCodegenUtils.charTypeWriteSideCheck` / 
`varcharTypeWriteSideCheck`), triggered when
     inserting into `CHAR(n)` / `VARCHAR(n)` columns
     - `charTypeWriteSideCheck`: pad shorter strings with spaces, trim trailing 
spaces if longer, error if exceeds limit
     - `varcharTypeWriteSideCheck`: pass through if within limit, trim trailing 
spaces if longer, error if exceeds limit
     - Wire via `StaticInvoke` handler in `statics.scala` using 
`CometScalarFunction`
   
   


-- 
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]

Reply via email to