npawar opened a new pull request #6538: URL: https://github.com/apache/incubator-pinot/pull/6538
date_trunc was only available during query time. Adding it to scalar functions, so that it can be used during ingestion. All logic is simply moved from DateTruncTransformFunction class to shared utils. No new logic has been introduced. Also as part of this PR, split the InbuiltFunctionsTest into test files of their own, per function group (arithmetic, array, json, datetime), because that file was getting too long. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
