You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/01/07 03:02:21 UTC

[GitHub] [incubator-doris] vagetablechicken opened a new pull request #5202: [Spark on Doris] fix the encode of varchar when convertArrowToRowBatch

vagetablechicken opened a new pull request #5202:
URL: https://github.com/apache/incubator-doris/pull/5202


   ## Proposed changes
   
   `convertArrowToRowBatch` use the default charset to encode `String`. Set it to `UTF_8`, because we use `arrow::utf8` on the Backends.
   
   
   ## Types of changes
   
   - [x] Bugfix (non-breaking change which fixes an issue)
   
   ## Checklist
   
   - [x] Fix #5036, and have described the bug/feature there in detail
   - [x] Compiling and unit tests pass locally with my changes
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman merged pull request #5202: [Spark on Doris] fix the encode of varchar when convertArrowToRowBatch

Posted by GitBox <gi...@apache.org>.
morningman merged pull request #5202:
URL: https://github.com/apache/incubator-doris/pull/5202


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org