snuyanzin commented on code in PR #27010:
URL: https://github.com/apache/flink/pull/27010#discussion_r2379669322


##########
flink-table/flink-table-planner/pom.xml:
##########
@@ -308,6 +309,20 @@ under the License.
                                </executions>
                        </plugin>
 
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <annotationProcessorPaths>
+                                               <path>
+                                                       
<groupId>org.immutables</groupId>
+                                                       
<artifactId>value</artifactId>
+                                                       
<version>${immutables.version}</version>
+                                               </path>
+                                       </annotationProcessorPaths>
+                               </configuration>
+                       </plugin>

Review Comment:
   the reason was mentioned at https://inside.java/2024/06/18/quality-heads-up/
   
   so now either use proc:full all explicitly put path to annotation processors
   same approach as for lombok
   
   finally it fixes
   ```
   [ERROR] COMPILATION ERROR : 
   [INFO] -------------------------------------------------------------
   [ERROR] 
flink/flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/JoinDeriveNullFilterRule.java:[124,50]
 package ImmutableJoinDeriveNullFilterRule does not exist
   
   ```



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to