danny0405 commented on issue #2874: URL: https://github.com/apache/hudi/issues/2874#issuecomment-854344199
@n3nash Finally i figure out why it throws NPE here, look at the code in `HoodieInputFormatUtils.getTableMetaClientByBasePath` the return value map has the table base path as keys, but in `HoodieRealtimeInputFormatUtils.getRealtimeSplits` we look up the code by partition path, which always returns null, I will fire a fix soon ~ -- 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]
