LadyForest commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788373476



##########
File path: flink-formats/flink-orc/pom.xml
##########
@@ -145,6 +145,19 @@ under the License.
                        <scope>test</scope>
                        <type>test-jar</type>
                </dependency>
+               <dependency>

Review comment:
       > Where? Can you clarify where the changes led here?
   
   The following dependency
   ```xml
   <dependency>
       <groupId>org.apache.flink</groupId>
       <artifactId>flink-table-common</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
       <type>test-jar</type>
   </dependency>
   ``` 
   is added to `flink-orc`, `flink-parquet`, `flink-python` and 
`flink-sql-client` in commit `c53915a62cb7cf0cd70a6256a0d0a47dcd57a2a6`
   
    and removed in commit `3c2ac33e07cb54f2bb26df4878a8f5b93e7ad8a7`
   
   




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