aho135 commented on code in PR #19386:
URL: https://github.com/apache/druid/pull/19386#discussion_r3157645905


##########
docs/querying/math-expr.md:
##########
@@ -110,6 +110,7 @@ The following built-in functions are available.
 
 |name|description|
 |----|-----------|
+|now|now() returns the current system timestamp in milliseconds since epoch 
(1970-01-01 00:00:00 UTC). This function is evaluated for each row at 
processing time. It's recommended to use this only for troubleshooting issues - 
see [Using now()in ingestion](#using-now-in-ingestion).|

Review Comment:
   ```suggestion
   |now|now() returns the current system timestamp in milliseconds since epoch 
(1970-01-01 00:00:00 UTC). This function is evaluated for each row at 
processing time. It's recommended to use this only for troubleshooting issues - 
see [Using now() in ingestion](#using-now-in-ingestion).|
   ```



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

Reply via email to