Skip to content

Support deltalake for AzureBlobStorage#74541

Merged
SmitaRKulkarni merged 17 commits intomasterfrom
Support_deltalake_for_azureblobstorage
Apr 9, 2025
Merged

Support deltalake for AzureBlobStorage#74541
SmitaRKulkarni merged 17 commits intomasterfrom
Support_deltalake_for_azureblobstorage

Conversation

@SmitaRKulkarni
Copy link
Copy Markdown
Member

@SmitaRKulkarni SmitaRKulkarni commented Jan 13, 2025

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Support DeltaLake table engine for AzureBlobStorage. Fixes #68043.

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/

CI Settings (Only check the boxes if you know what you are doing)

All builds in Builds_1 and Builds_2 stages are always mandatory
and will run independently of the checks below:

  • Allow: All Required Checks
  • Allow: Stateless tests
  • Allow: Stateful tests
  • Allow: Integration Tests
  • Allow: Performance tests
  • Allow: All Builds
  • Allow: batch 1, 2 for multi-batch jobs
  • Allow: batch 3, 4, 5, 6 for multi-batch jobs

  • Exclude: Style check
  • Exclude: Fast test
  • Exclude: All with ASAN
  • Exclude: All with TSAN, MSAN, UBSAN, Coverage
  • Exclude: All with aarch64
  • Exclude: All with release
  • Exclude: All with debug

  • Run only fuzzers related jobs (libFuzzer fuzzers, AST fuzzers, BuzzHouse, etc.)
  • Exclude: AST fuzzers

  • Do not test
  • Woolen Wolfdog
  • Upload binaries for special builds
  • Disable merge-commit
  • Disable CI cache

@SmitaRKulkarni SmitaRKulkarni marked this pull request as draft January 13, 2025 21:55
@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-feature Pull request with new product feature label Jan 13, 2025
@robot-ch-test-poll3
Copy link
Copy Markdown
Contributor

robot-ch-test-poll3 commented Jan 13, 2025

This is an automated comment for commit cc07b49 with description of existing statuses. It's updated for the latest CI running

❌ Click here to open a full report in a separate page

Check nameDescriptionStatus
Fast testNormally this is the first check that is ran for a PR. It builds ClickHouse and runs most of stateless functional tests, omitting some. If it fails, further checks are not started until it is fixed. Look at the report to see which tests fail, then reproduce the failure locally as described here❌ failure
Successful checks
Check nameDescriptionStatus
Style checkRuns a set of checks to keep the code style clean. If some of tests failed, see the related log from the report✅ success

@kssenii kssenii self-assigned this Jan 13, 2025
@SmitaRKulkarni SmitaRKulkarni marked this pull request as ready for review January 16, 2025 10:03
@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Mar 4, 2025

Workflow [PR], commit [55132f0]

@SmitaRKulkarni SmitaRKulkarni requested a review from kssenii March 6, 2025 10:13
@alexey-milovidov alexey-milovidov mentioned this pull request Mar 22, 2025
76 tasks
@SmitaRKulkarni SmitaRKulkarni requested a review from kssenii March 27, 2025 10:27
@SmitaRKulkarni SmitaRKulkarni requested a review from kssenii April 1, 2025 13:39
@SmitaRKulkarni
Copy link
Copy Markdown
Member Author

Unrelated fails

Integration tests (release, 4/4) - test_storage_rabbitmq/test_failed_connection.py::test_rabbitmq_restore_failed_connection_without_losses_2

Performance Comparison (amd_release,master_head,3/3) - passed in previous runs

@SmitaRKulkarni SmitaRKulkarni enabled auto-merge April 8, 2025 13:08
@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-synced-to-cloud The PR is synced to the cloud repo label Apr 9, 2025
@SmitaRKulkarni SmitaRKulkarni disabled auto-merge April 9, 2025 12:24
@SmitaRKulkarni SmitaRKulkarni enabled auto-merge April 9, 2025 12:30
@SmitaRKulkarni SmitaRKulkarni disabled auto-merge April 9, 2025 12:30
@SmitaRKulkarni SmitaRKulkarni enabled auto-merge April 9, 2025 12:31
@SmitaRKulkarni SmitaRKulkarni added this pull request to the merge queue Apr 9, 2025
Merged via the queue into master with commit 268b034 Apr 9, 2025
115 of 120 checks passed
@SmitaRKulkarni SmitaRKulkarni deleted the Support_deltalake_for_azureblobstorage branch April 9, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-feature Pull request with new product feature pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support DeltaLake table engine for Azure Blob Storage

5 participants