You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "DDtKey (via GitHub)" <gi...@apache.org> on 2023/05/24 18:21:38 UTC

[GitHub] [arrow-datafusion] DDtKey opened a new issue, #6436: Incorrect function-name matching with disabled `enable_ident_normalization`

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

   ### Describe the bug
   
   For versions `24` & `25` DF returns `Invalid function 'LENGTH'` when `enable_ident_normalization`  is disabled.
   It was working with `22`.
   
   For example, it fails for  upper-case functions names, like `LENGTH`, `CONCAT` and etc.
   
   I don't think normalization should affect it, because the name of functions should be case insensitive 
   
   ### To Reproduce
   
   Set `enable_ident_normalization: false` and use select with any scalar-function in upper-case, like `select LENGTH(x) from my table`
   
   ### Expected behavior
   
   Name of functions should be case insensitive, normalization is separate step.
   
   ### Additional context
   
   _No response_


-- 
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] parkma99 commented on issue #6436: Incorrect function-name matching with disabled `enable_ident_normalization`

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

   I would like to work it๐Ÿ˜‰


-- 
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 issue #6436: Incorrect function-name matching with disabled `enable_ident_normalization`

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

   Seems reasonable to me. I think this is probably a good first issue as it has a good reproducer and explanation of expected behavior


-- 
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] jackwener closed issue #6436: Incorrect function-name matching with disabled `enable_ident_normalization`

Posted by "jackwener (via GitHub)" <gi...@apache.org>.
jackwener closed issue #6436: Incorrect function-name matching with disabled `enable_ident_normalization` 
URL: https://github.com/apache/arrow-datafusion/issues/6436


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