jackylk commented on a change in pull request #3561: [HOTFIX] Fix INSERT STAGE
footer read error
URL: https://github.com/apache/carbondata/pull/3561#discussion_r364712006
##########
File path:
core/src/main/java/org/apache/carbondata/core/reader/CarbonIndexFileReader.java
##########
@@ -112,4 +112,5 @@ public void openThriftReader(byte[] fileData) throws
IOException {
public boolean hasNext() throws IOException {
return thriftReader.hasNext();
}
+
Review comment:
fixed
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services