danny0405 commented on code in PR #13841:
URL: https://github.com/apache/hudi/pull/13841#discussion_r2323948409


##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HiveHoodieReaderContext.java:
##########
@@ -229,13 +229,17 @@ public long getPos() throws IOException {
     if (firstRecordReader != null) {
       return firstRecordReader.getPos();
     }
-    throw new IllegalStateException("getPos() should not be called before a 
record reader has been initialized");

Review Comment:
   Oops, I have landed it, we can address it in following up PRs if necessary.



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