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

[GitHub] [arrow-datafusion] jackwener opened a new pull request, #5993: fix: largeUtf8 don't support `is distinct from`

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

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
   -->
   
   Closes #5991.
   
   # Rationale for this change
   
   After I fix `type coercion` for `largeUtf8/utf8`, I find `largeutf8 is distinct from largeutf8` still fail.
   
   # What changes are included in this PR?
   
   
   # Are these changes tested?
   
   add slt
   
   # Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api change` label.
   -->


-- 
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] alamb merged pull request #5993: fix: largeUtf8 don't support `is distinct from`

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #5993:
URL: https://github.com/apache/arrow-datafusion/pull/5993


-- 
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] alamb commented on pull request #5993: fix: largeUtf8 don't support `is distinct from`

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on PR #5993:
URL: https://github.com/apache/arrow-datafusion/pull/5993#issuecomment-1508913609

   Thanks @jackwener  @r4ntix  and @yjshen !


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