Re: [PR] [FLINK-26944][table] Add the built-in function ADD_MONTHS [flink]

2024-08-30 Thread via GitHub
davidradl commented on code in PR #25252: URL: https://github.com/apache/flink/pull/25252#discussion_r1738474136 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/TimeFunctionsITCase.java: ## @@ -734,4 +739,107 @@ private Stream floorTestC

Re: [PR] [FLINK-26944][table] Add the built-in function ADD_MONTHS [flink]

2024-08-25 Thread via GitHub
flinkbot commented on PR #25252: URL: https://github.com/apache/flink/pull/25252#issuecomment-2309230928 ## CI report: * 47ce8c16deeb3c373c47d6c99edb8dce50723759 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-26944][table] Add the built-in function ADD_MONTHS [flink]

2024-08-25 Thread via GitHub
dylanhz opened a new pull request, #25252: URL: https://github.com/apache/flink/pull/25252 ## What is the purpose of the change Add the built-in function ADD_MONTHS. Examples: ```SQL > SELECT ADD_MONTHS('2016-08-31', 1); 2016-09-30 > SELECT ADD_MONTHS('2016-08-31',