You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by GitBox <gi...@apache.org> on 2021/02/03 15:01:19 UTC

[GitHub] [parquet-mr] gszadovszky commented on a change in pull request #861: PARQUET-1970: Make minor releases source compatible

gszadovszky commented on a change in pull request #861:
URL: https://github.com/apache/parquet-mr/pull/861#discussion_r569483186



##########
File path: parquet-common/src/main/java/org/apache/parquet/io/OutputFile.java
##########
@@ -31,5 +31,7 @@
 
   long defaultBlockSize();
 
-  String getPath();
+  default String getPath() {
+    throw new UnsupportedOperationException();

Review comment:
       It sounds good to me. I'll exchange the default implementation to return `null`.




----------------------------------------------------------------
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:
users@infra.apache.org