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/06/10 05:35:37 UTC

[GitHub] [arrow-datafusion] jackwener opened a new issue, #6623: DateTrunc miss some Signature

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

   ### Describe the bug
   
   Current DateTrunc Signature is 
   ```
        BuiltinScalarFunction::DateTrunc => Signature::exact(
               vec![
                   DataType::Utf8,
                   DataType::Timestamp(TimeUnit::Nanosecond, None),
               ],
               fun. Volatility(),
           ),
   ```
   
   TimeUnit should also can be `Second` | `millsecond` ...
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### 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] alamb closed issue #6623: DateTrunc miss some Signature

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #6623: DateTrunc miss some Signature
URL: https://github.com/apache/arrow-datafusion/issues/6623


-- 
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 #6623: DateTrunc miss some Signature

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

   I will take a shot at 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