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

   ## Which issue does this PR close?
   
   Closes #1615 .
   
   ## Rationale for this change
   
   Issue #1615 is caused by a bug in arrow-java. The latest release 18.3.0 has 
shipped the [fix for that bug](https://github.com/apache/arrow-java/pull/705) 
so we can simply bump the version of arrow to fix the issue.
   
   I have also found that https://github.com/apache/arrow-java/pull/707 is also 
shipped with 18.3.0, it has fixed the sliced string array importing issue, so 
we can remove the workaround in our code.
   
   ## What changes are included in this PR?
   
   * Bump version of arrow from 16.0.0 to 18.3.0
   * Remove our workaround for importing sliced string/binary arrays
   
   ## How are these changes tested?
   
   1. Passing existing tests
   2. Manually run TPC-DS SF=100 to verify that #1615 was fixed, and #540 does 
not revive.
   


-- 
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: github-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to