You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/04 15:54:25 UTC

[GitHub] [arrow-datafusion] ovr opened a new pull request, #2443: ArrayIndex support with expression as key

ovr opened a new pull request, #2443:
URL: https://github.com/apache/arrow-datafusion/pull/2443

   # Which issue does this PR close?
   
   https://github.com/apache/arrow-datafusion/issues/2442
   
   Closes #2442.
   
   # What changes are included in this PR?
   
   In the Planner: Support of ArrayIndex
   In the Logical/PhysicalPlan: Split of GetIndexedField into ArrayIndexExpr & MapAccessExpr
   


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


[GitHub] [arrow-datafusion] ovr commented on pull request #2443: ArrayIndex support with expression as key

Posted by GitBox <gi...@apache.org>.
ovr commented on PR #2443:
URL: https://github.com/apache/arrow-datafusion/pull/2443#issuecomment-1118624943

   I chose the wrong idea for implementation because ArrayIndex is a replacement for MapAccess. I will open another PR


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


[GitHub] [arrow-datafusion] ovr closed pull request #2443: ArrayIndex support with expression as key

Posted by GitBox <gi...@apache.org>.
ovr closed pull request #2443: ArrayIndex support with expression as key
URL: https://github.com/apache/arrow-datafusion/pull/2443


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