Skip to content

feat: generate Hudi test tables on the fly#27857

Closed
vamsikarnika wants to merge 1 commit intotrinodb:masterfrom
vamsikarnika:add_zip_for_test_tables
Closed

feat: generate Hudi test tables on the fly#27857
vamsikarnika wants to merge 1 commit intotrinodb:masterfrom
vamsikarnika:add_zip_for_test_tables

Conversation

@vamsikarnika
Copy link
Copy Markdown

@vamsikarnika vamsikarnika commented Jan 6, 2026

Description

Generate hudi test tables on the fly for Trino hudi tests to reduce number of file changes every time we add a new test table.

Additional context and related issues

Release notes

@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Jan 6, 2026

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Vamsi.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@vamsikarnika vamsikarnika marked this pull request as draft January 6, 2026 04:34
@github-actions github-actions bot added the hudi Hudi connector label Jan 6, 2026
@vamsikarnika vamsikarnika changed the title Add zip for test tables Generate Hudi test data while tests run Jan 6, 2026
@vamsikarnika vamsikarnika changed the title Generate Hudi test data while tests run Generate Hudi test data on the fly Jan 6, 2026
@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Jan 6, 2026

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Vamsi.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@vamsikarnika vamsikarnika changed the title Generate Hudi test data on the fly Generate Hudi test table on the fly Jan 7, 2026
@vamsikarnika vamsikarnika marked this pull request as ready for review January 7, 2026 04:33
@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Jan 12, 2026

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Vamsi.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@vamsikarnika vamsikarnika force-pushed the add_zip_for_test_tables branch from 4aa0a2b to 455fd58 Compare January 12, 2026 08:00
@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Jan 12, 2026

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Vamsi.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

1 similar comment
@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Jan 12, 2026

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Vamsi.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@vamsikarnika vamsikarnika force-pushed the add_zip_for_test_tables branch from 8dc2994 to 37ccfca Compare January 12, 2026 15:35
@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Jan 12, 2026

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Vamsi.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@vamsikarnika vamsikarnika force-pushed the add_zip_for_test_tables branch from 37ccfca to d7aeb20 Compare January 12, 2026 15:37
@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Jan 12, 2026

Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla

@vamsikarnika vamsikarnika force-pushed the add_zip_for_test_tables branch from d7aeb20 to 0df5890 Compare January 13, 2026 15:28
@cla-bot
Copy link
Copy Markdown

cla-bot bot commented Jan 13, 2026

Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla

@vamsikarnika vamsikarnika changed the title Generate Hudi test table on the fly Generate Hudi test tables on the fly Jan 14, 2026
@vamsikarnika vamsikarnika changed the title Generate Hudi test tables on the fly feat: Generate Hudi test tables on the fly Jan 14, 2026
@vamsikarnika vamsikarnika changed the title feat: Generate Hudi test tables on the fly feat: generate Hudi test tables on the fly Jan 14, 2026
@vamsikarnika
Copy link
Copy Markdown
Author

@ebyhr Can you please review this pr?

@github-actions
Copy link
Copy Markdown

This pull request has gone a while without any activity. Ask for help on #core-dev on Trino slack.

@github-actions github-actions bot added the stale label Feb 10, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 4, 2026

Closing this pull request, as it has been stale for six weeks. Feel free to re-open at any time.

@github-actions github-actions bot closed this Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hudi Hudi connector stale

Development

Successfully merging this pull request may close these issues.

1 participant