vikramahuja1001 commented on code in PR #6013: URL: https://github.com/apache/hive/pull/6013#discussion_r2276315110
########## hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DynamicPartitionFileRecordWriterContainer.java: ########## @@ -72,7 +73,8 @@ class DynamicPartitionFileRecordWriterContainer extends FileRecordWriterContaine */ public DynamicPartitionFileRecordWriterContainer( RecordWriter<? super WritableComparable<?>, ? super Writable> baseWriter, - TaskAttemptContext context) throws IOException, InterruptedException { + TaskAttemptContext context, org.apache.hadoop.hive.metastore.api.Table tbl) Review Comment: Done -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org