You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/03/03 22:52:33 UTC

[GitHub] [arrow] westonpace commented on pull request #34348: GH-34347: [C++] Add an initial fuzz test for the scanner

westonpace commented on PR #34348:
URL: https://github.com/apache/arrow/pull/34348#issuecomment-1454231356

   These test failures are legimate.  I hacked at this a little today and it quickly started to get out of control :laughing: 
   
   The basic issue is that I am transferring to a model where all expressions (projections, filters, guarantees) get normalized as we start to work with them.  This allows us to cleanly handle duplicate column names and similar issues.  Unfortunately, it's exposing a number of places in the current datasets code where we are explicitly relying on named refs and I am needing to work around that.


-- 
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-unsubscribe@arrow.apache.org

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