Zkplo commented on PR #10943: URL: https://github.com/apache/inlong/pull/10943#issuecomment-2320323583
> Is there any specifications for "official function names"?“官方函数名称”有什么规范吗? The official function name refers to the built-in function name defined in SQL, such as the dayofmont() function. When writing the function of inlong transform, due to readability, the function name may be defined as day_of_month. However, because it is inconsistent with the dayofmonth function name, it may cause difficulties for the caller to use it. Therefore, it is necessary to add an alias that is consistent with dayofmonth, so that the caller can call the function using both day_of_month and dayofmonth. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org