Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-22067][SQL] ArrowWriter should use position when setting UTF8S…
…tring ByteBuffer ## What changes were proposed in this pull request? The ArrowWriter StringWriter was setting Arrow data using a position of 0 instead of the actual position in the ByteBuffer. This was currently working because of a bug ARROW-1443, and has been fixed as of Arrow 0.7.0. Testing with this version revealed the error in ArrowConvertersSuite test string conversion. ## How was this patch tested? Existing tests, manually verified working with Arrow 0.7.0 Author: Bryan Cutler <cutlerb@gmail.com> Closes #19284 from BryanCutler/arrow-ArrowWriter-StringWriter-position-SPARK-22067.
- Loading branch information