abhishekrb19 commented on PR #19386: URL: https://github.com/apache/druid/pull/19386#issuecomment-4357456488
>@abhishekrb19 Curious if you have any thoughts on this old issue: https://github.com/apache/druid/issues/6513 Seems like the reservations were mainly for using now() for __time which you already mentioned should not be used. Maybe worth adding some validation/enforcement for this @aho135 @FrankChen021 - thanks for the reviews and for pointing me to the previous issues. I’ve added validation to restrict `now()` usage for non-`__time` columns and to throw an error when it’s used with the `__time` column. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
