mihaibudiu commented on code in PR #4237: URL: https://github.com/apache/calcite/pull/4237#discussion_r1993943899
########## site/_docs/reference.md: ########## @@ -1452,6 +1452,7 @@ comp: | string || string | Concatenates two character strings | CHAR_LENGTH(string) | Returns the number of characters in a character string | CHARACTER_LENGTH(string) | As CHAR_LENGTH(*string*) +| STRLEN(string) | As CHAR_LENGTH(*string*) Review Comment: should this be in the section about dialect-specific operators https://calcite.apache.org/docs/reference.html#dialect-specific-operators ? -- 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]
