echauchot commented on a change in pull request #15725:
URL: https://github.com/apache/flink/pull/15725#discussion_r648490077



##########
File path: 
flink-formats/flink-parquet/src/main/java/org/apache/flink/formats/parquet/ParquetMapInputFormat.java
##########
@@ -40,10 +40,20 @@
  */
 public class ParquetMapInputFormat extends ParquetInputFormat<Map> {
 
+    /**
+     * @deprecated using this constructor is deprecated as the {@link 
MessageType} can be determined
+     *     from the file and does not need to be provided by the user. Prefer 
using the constructor
+     *     without MessageType parameter.
+     */
+    @Deprecated

Review comment:
       yes




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to