linliu-code commented on code in PR #12866:
URL: https://github.com/apache/hudi/pull/12866#discussion_r1978353699
##########
hudi-hadoop-common/src/test/java/org/apache/hudi/io/hadoop/TestHoodieHBaseHFileReaderWriter.java:
##########
@@ -63,7 +63,8 @@
import static
org.apache.hudi.io.storage.TestHoodieReaderWriterUtils.writeHFileForTesting;
import static org.junit.jupiter.api.Assertions.assertEquals;
-public class TestHoodieHBaseHFileReaderWriter extends
TestHoodieHFileReaderWriterBase {
+@Disabled("HUDI-9084")
Review Comment:
They are still broken. to have incremental deliverables, my current
thinking is to separate the work into two parts:
part 1: make native hfile reader work. (this PR)
part 2: make hbase hfile reader work. (next PR)
--
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]