[GitHub] [incubator-pinot] fx19880617 commented on issue #5704: Support toWeek/toMonth/toYear in datetimeConvertUdf

2020-08-28 Thread GitBox
fx19880617 commented on issue #5704: URL: https://github.com/apache/incubator-pinot/issues/5704#issuecomment-683144571 Fixing an issue which prevents using functions introduced in #5438 This is an automated message from the

[GitHub] [incubator-pinot] fx19880617 commented on issue #5704: Support toWeek/toMonth/toYear in datetimeConvertUdf

2020-08-27 Thread GitBox
fx19880617 commented on issue #5704: URL: https://github.com/apache/incubator-pinot/issues/5704#issuecomment-682099489 @deemoliu can you verify that your needs is satisfied with #5438 ? We can then working on presto side to do query rewrite for this. ---

[GitHub] [incubator-pinot] fx19880617 commented on issue #5704: Support toWeek/toMonth/toYear in datetimeConvertUdf

2020-08-11 Thread GitBox
fx19880617 commented on issue #5704: URL: https://github.com/apache/incubator-pinot/issues/5704#issuecomment-671852467 We may also want to support this as granular in `datetimeConvertUdf`, so that we can take the pushdown from presto side for function: `date_trunc`(https://prestodb.io/doc

[GitHub] [incubator-pinot] fx19880617 commented on issue #5704: Support toWeek/toMonth/toYear in datetimeConvertUdf

2020-07-14 Thread GitBox
fx19880617 commented on issue #5704: URL: https://github.com/apache/incubator-pinot/issues/5704#issuecomment-658393469 sql use functions like `year()`/`month()`/`week()` to extract year from a given date. RFE: https://prestodb.io/docs/current/functions/datetime.html See: Extraction F

[GitHub] [incubator-pinot] fx19880617 commented on issue #5704: Support toWeek/toMonth/toYear in datetimeConvertUdf

2020-07-14 Thread GitBox
fx19880617 commented on issue #5704: URL: https://github.com/apache/incubator-pinot/issues/5704#issuecomment-658384412 cc @kishoreg @Jackie-Jiang @npawar This is an automated message from the Apache Git Service. To respond