rahil-c commented on code in PR #17632:
URL: https://github.com/apache/hudi/pull/17632#discussion_r2644120478


##########
hudi-hadoop-common/src/main/java/org/apache/hudi/io/lance/HoodieBaseLanceWriter.java:
##########
@@ -123,6 +127,9 @@ public long getWrittenRecordCount() {
    */
   @Override
   public void close() throws IOException {
+    Exception primaryException = null;

Review Comment:
   I pushed a recent commit following a pattern that @voonhous requested around 
exception handling. See voon original comment here 
https://github.com/apache/hudi/pull/17632#discussion_r2639980943



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