vtlim commented on code in PR #17740:
URL: https://github.com/apache/druid/pull/17740#discussion_r1994166394


##########
docs/querying/math-expr.md:
##########
@@ -65,7 +65,7 @@ The following built-in functions are available.
 
 |name|description|
 |----|-----------|
-|cast|cast(expr,LONG or DOUBLE or STRING or ARRAY<LONG\>, or ARRAY<DOUBLE\> or 
ARRAY<STRING\>) returns expr with specified type. exception can be thrown. 
Scalar types may be cast to array types and will take the form of a single 
element list (null will still be null). |
+|cast|cast(expr,LONG or DOUBLE or STRING or ARRAY\<LONG\>, or ARRAY\<DOUBLE\> 
or Array\<String\>) returns expr with specified type. exception can be thrown. 
Scalar types may be cast to array types and will take the form of a single 
element list (null will still be null). |

Review Comment:
   ```suggestion
   |cast|cast(expr,LONG or DOUBLE or STRING or ARRAY\<LONG\>, or 
ARRAY\<DOUBLE\> or ARRAY\<String\>) returns expr with specified type. exception 
can be thrown. Scalar types may be cast to array types and will take the form 
of a single element list (null will still be null). |
   ```



##########
docs/querying/math-expr.md:
##########
@@ -65,7 +65,7 @@ The following built-in functions are available.
 
 |name|description|
 |----|-----------|
-|cast|cast(expr,LONG or DOUBLE or STRING or ARRAY<LONG\>, or ARRAY<DOUBLE\> or 
ARRAY<STRING\>) returns expr with specified type. exception can be thrown. 
Scalar types may be cast to array types and will take the form of a single 
element list (null will still be null). |
+|cast|cast(expr,LONG or DOUBLE or STRING or ARRAY\<LONG\>, or ARRAY\<DOUBLE\> 
or Array\<String\>) returns expr with specified type. exception can be thrown. 
Scalar types may be cast to array types and will take the form of a single 
element list (null will still be null). |

Review Comment:
   ```suggestion
   |cast|cast(expr,LONG or DOUBLE or STRING or ARRAY\<LONG\>, or 
ARRAY\<DOUBLE\> or ARRAY\<STRING\>) returns expr with specified type. exception 
can be thrown. Scalar types may be cast to array types and will take the form 
of a single element list (null will still be null). |
   ```



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