chenkovsky opened a new pull request, #49022:
URL: https://github.com/apache/spark/pull/49022

   ### What changes were proposed in this pull request?
   Support unsigned integers for arrow format.
   
   1. Unsigned byte is converted into short.
   2. Unsigned short is converted into integer.
   3. Unsigned integer is converted into long.
   4. Unsinged long is converted into Decimal(20, 0)
   
   ### Why are the changes needed?
   currently spark will throw UNSUPPORTED_ARROWTYPE exception when reading 
arrow format file which contains unsigned integer.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No
   


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