mihaibudiu commented on code in PR #3481: URL: https://github.com/apache/calcite/pull/3481#discussion_r1375646858
########## site/_docs/reference.md: ########## @@ -1469,7 +1469,7 @@ Algorithms for implicit conversion are subject to change across Calcite releases | Operator syntax | Description |:----------------------------------------| :---------- -| CAST(value AS type) | Converts a value to a given type +| CAST(value AS type) | Converts a value to a given type. Casts between integer types truncate towards 0 Review Comment: I think markdown will actually ignore the extra spaces, but I will remove it. -- 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]
