Skip to content

feat: intial hudi reg test#3641

Open
rahil-c wants to merge 1 commit intoapache:mainfrom
rahil-c:rahil/polaris-hudi-reg-test
Open

feat: intial hudi reg test#3641
rahil-c wants to merge 1 commit intoapache:mainfrom
rahil-c:rahil/polaris-hudi-reg-test

Conversation

@rahil-c
Copy link
Contributor

@rahil-c rahil-c commented Feb 2, 2026

Summary

  • Adding intial regression test for polaris hudi integration, following exist pattern set by Delta regression test
  • Made changes in run.sh and setup.sh in order to ensure that spark session can be started correctly depending on the table format.
  • Ran locally both delta regression test and hudi regression test to ensure they pass.

cc @gh-yzou @singhpk234 @flyrain

Checklist

  • 🛡️ Don't disclose security issues! (contact security@apache.org)
  • 🔗 Clearly explained why the changes are needed, or linked related issues: Fixes #
  • 🧪 Added/updated tests with good coverage, or manually tested (and explained how)
  • 💡 Added comments for complex logic
  • 🧾 Updated CHANGELOG.md (if needed)
  • 📚 Updated documentation in site/content/in-dev/unreleased (if needed)

Copy link
Contributor

@dimas-b dimas-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution, @rahil-c ! I'm juts wondering if using shell might be an overkill for this test. Specific comment thread below.

"http://${POLARIS_HOST:-localhost}:8181/api/catalog/v1/config?warehouse=${CATALOG_NAME}"
echo
echo "Catalog created"
cat << EOF | ${SPARK_HOME}/bin/spark-sql -S \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be possible to run this test as an Integration test under JUnit inside the Gradle builld?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants