You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/06 03:51:54 UTC

[GitHub] [flink] swuferhong commented on a diff in pull request #20008: [FLINK-27990][table-planner] Parquet format supports reporting statis…

swuferhong commented on code in PR #20008:
URL: https://github.com/apache/flink/pull/20008#discussion_r914389752


##########
flink-formats/flink-parquet/pom.xml:
##########
@@ -160,6 +160,13 @@ under the License.
 
 		<!-- Tests -->
 
+		<dependency>
+			<groupId>com.google.guava</groupId>
+			<artifactId>guava</artifactId>
+			<version>${guava.version}</version>
+			<scope>test</scope>

Review Comment:
   > I did not see any usage for guava in your test
   
   in our test, calcite need guava.



-- 
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-unsubscribe@flink.apache.org

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