Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HUDI-2472] Enabling metadata table for TestHoodieMergeOnReadTable and TestHoodieCompactor #4023

Commits on Nov 19, 2021

  1. [HUDI-2472] Enabling metadata table for TestHoodieMergeOnReadTable an…

    …d TestHoodieCompactor
    
     - Fixed TestHoodieMergeOnReadTable#testLogFileCountsAfterCompaction to perform
       upserts via write client so that metadata table gets all the commits.
    
     - Fixed TestHoodieCompactor#testWriteStatusContentsAfterCompaction to perform
       upserts via write client so that metadata table gets all the commits
       and passes the log file count verification
    
     - HoodieSparkWriteableTestTable will now inherit from HoodieMetadataTestTable.
       Added infra support to HoodieWriteableTestTable to return the logs file added
       which can later be used by test table functions.
    manojpec committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    9f05574 View commit details
    Browse the repository at this point in the history