ConeyLiu commented on code in PR #1141:
URL: https://github.com/apache/parquet-mr/pull/1141#discussion_r1358403120


##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/api/WriteSupport.java:
##########
@@ -105,6 +106,15 @@ public Map<String, String> getExtraMetaData() {
    */
   public abstract WriteContext init(Configuration configuration);
 
+  /**
+   * called first in the task
+   * @param configuration the job's configuration
+   * @return the information needed to write the file
+   */
+  public WriteContext init(ParquetConfiguration configuration) {
+    throw new UnsupportedOperationException("Override 
init(ParquetConfiguration)");

Review Comment:
   Same here



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