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

Revert "[HUDI-5409] Avoid file index and use fs view cache in COW input format (#7493)" #7526

Merged
merged 1 commit into from
Dec 24, 2022

Conversation

codope
Copy link
Member

@codope codope commented Dec 21, 2022

Change Logs

This reverts commit cc1c1e7.

Impact

Impacts performance of query engines, such as Trino-Hive connector, that depend on input format to fetch splits.

Risk level (write none, low medium or high below)

medium

Documentation Update

Describe any necessary documentation update if there is any new feature, config, or user-facing change

  • The config description must be updated if new configs are added or the default value of the configs are changed
  • Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
    ticket number here and follow the instruction to make
    changes to the website.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@codope codope added priority:blocker query-engine trino, presto, athena, impala, etc labels Dec 21, 2022
@codope codope requested review from alexeykudinkin and yihua and removed request for alexeykudinkin December 21, 2022 06:10
@codope codope force-pushed the HUDI-5411-trino-input-format branch from be61fe2 to f375175 Compare December 23, 2022 04:01
@hudi-bot
Copy link

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@codope
Copy link
Member Author

codope commented Dec 24, 2022

UT FT other modules Azure CI Job is crashing midway here and in other PRs, unrelated to the code changes.

[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /home/vsts/work/1/s/hudi-utilities && /usr/lib/jvm/temurin-8-jdk-amd64/jre/bin/java -Xmx2g org.apache.maven.surefire.booter.ForkedBooter /home/vsts/work/1/s/hudi-utilities/target/surefire 2022-12-23T15-05-05_751-jvmRun1 surefire4377487798425727200tmp surefire_85379564389384658807tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 255
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /home/vsts/work/1/s/hudi-utilities && /usr/lib/jvm/temurin-8-jdk-amd64/jre/bin/java -Xmx2g org.apache.maven.surefire.booter.ForkedBooter /home/vsts/work/1/s/hudi-utilities/target/surefire 2022-12-23T15-05-05_751-jvmRun1 surefire4377487798425727200tmp surefire_85379564389384658807tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 255
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:282)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:blocker query-engine trino, presto, athena, impala, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants