You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "comphead (via GitHub)" <gi...@apache.org> on 2023/04/13 15:42:04 UTC

[GitHub] [arrow-datafusion] comphead opened a new issue, #5994: infer join side nullability for joined tables

comphead opened a new issue, #5994:
URL: https://github.com/apache/arrow-datafusion/issues/5994

   ### Is your feature request related to a problem or challenge?
   
   Followup on https://github.com/apache/arrow-datafusion/pull/5748 which closes the issue with LEFT joins
   This ticket to infer same nullability for RIGHT, FULL joins
   Closes partially #5747 (FULL/Right join)
   
   
   
   ### Describe the solution you'd like
   
   This ticket to infer nullability for RIGHT, FULL columns to prevent errors like `Error during planning: Mismatch between schema and batches`
   
   ### Describe alternatives you've considered
   
   None
   
   ### Additional context
   
   None


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

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


[GitHub] [arrow-datafusion] alamb closed issue #5994: infer join side nullability for joined tables

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #5994: infer join side nullability for joined tables
URL: https://github.com/apache/arrow-datafusion/issues/5994


-- 
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] comphead commented on issue #5994: infer join side nullability for joined tables

Posted by "comphead (via GitHub)" <gi...@apache.org>.
comphead commented on issue #5994:
URL: https://github.com/apache/arrow-datafusion/issues/5994#issuecomment-1507192993

   Working on this


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