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


##########
flink-table/flink-table-planner/pom.xml:
##########
@@ -49,6 +49,18 @@ under the License.
                                </exclusion>
                        </exclusions>
                </dependency>
+               <dependency>

Review Comment:
   Ah, yes, forgot to mention it.
   This is annotation processor which should replace custom Calcite immutable 
beans (started at https://issues.apache.org/jira/browse/CALCITE-4787).
   
   This is only compile time dependency (no runtime).
   It is required for some classes copied from Calcite like `RelDecorrelator`, 
`SqlToRelConverter`



-- 
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]

Reply via email to