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

Fix update script for tables with dropped columns #6636

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Feb 12, 2024

Fixes #6633

Copy link

@konskov, @mahipv: please review this pull request.

Powered by pull-review

@svenklemm svenklemm added this to the TimescaleDB 2.14.1 milestone Feb 12, 2024
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2265c18) 79.99% compared to head (79f2733) 79.99%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6636      +/-   ##
==========================================
- Coverage   79.99%   79.99%   -0.01%     
==========================================
  Files         190      190              
  Lines       37217    37167      -50     
  Branches     9457     9436      -21     
==========================================
- Hits        29773    29730      -43     
- Misses       3032     3040       +8     
+ Partials     4412     4397      -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@akuzm
Copy link
Member

akuzm commented Feb 12, 2024

Surprising that we don't have a table with dropped column in the upgrade tests, might be good to add.

@svenklemm
Copy link
Member Author

Surprising that we don't have a table with dropped column in the upgrade tests, might be good to add.

I added a test table with this configuration.

@svenklemm svenklemm force-pushed the compression_update branch 5 times, most recently from 8182d68 to e7d57de Compare February 12, 2024 18:08
@svenklemm svenklemm merged commit fa5c0a9 into timescale:main Feb 12, 2024
42 of 43 checks passed
svenklemm added a commit to svenklemm/timescaledb that referenced this pull request Feb 14, 2024
This release contains bug fixes since the 2.14.0 release.
We recommend that you upgrade at the next available opportunity.

**Features**
* timescale#6630 Add views for per chunk compression settings

**Bugfixes**
* timescale#6636 Fixes extension update of compressed hypertables with dropped columns
* timescale#6637 Reset sequence numbers on non-rollup compression
* timescale#6639 Disable default indexscan for compression
* timescale#6651 Fix DecompressChunk path generation with per chunk settings

**Thanks**
* @anajavi for reporting an issue with extension update of compressed hypertables
svenklemm added a commit that referenced this pull request Feb 14, 2024
This release contains bug fixes since the 2.14.0 release.
We recommend that you upgrade at the next available opportunity.

**Features**
* #6630 Add views for per chunk compression settings

**Bugfixes**
* #6636 Fixes extension update of compressed hypertables with dropped columns
* #6637 Reset sequence numbers on non-rollup compression
* #6639 Disable default indexscan for compression
* #6651 Fix DecompressChunk path generation with per chunk settings

**Thanks**
* @anajavi for reporting an issue with extension update of compressed hypertables
svenklemm added a commit that referenced this pull request Feb 14, 2024
This release contains bug fixes since the 2.14.0 release.
We recommend that you upgrade at the next available opportunity.

**Features**
* #6630 Add views for per chunk compression settings

**Bugfixes**
* #6636 Fixes extension update of compressed hypertables with dropped columns
* #6637 Reset sequence numbers on non-rollup compression
* #6639 Disable default indexscan for compression
* #6651 Fix DecompressChunk path generation with per chunk settings

**Thanks**
* @anajavi for reporting an issue with extension update of compressed hypertables
svenklemm added a commit that referenced this pull request Feb 14, 2024
This release contains bug fixes since the 2.14.0 release.
We recommend that you upgrade at the next available opportunity.

**Features**
* #6630 Add views for per chunk compression settings

**Bugfixes**
* #6636 Fixes extension update of compressed hypertables with dropped columns
* #6637 Reset sequence numbers on non-rollup compression
* #6639 Disable default indexscan for compression
* #6651 Fix DecompressChunk path generation with per chunk settings

**Thanks**
* @anajavi for reporting an issue with extension update of compressed hypertables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Update from 2.13.1 to 2.14.0 fails
5 participants