Skip to content

do not add column name separator on download#14303

Merged
Jackie-Jiang merged 1 commit intoapache:masterfrom
jadami10:jadami/oss-data-download-header
Oct 27, 2024
Merged

do not add column name separator on download#14303
Jackie-Jiang merged 1 commit intoapache:masterfrom
jadami10:jadami/oss-data-download-header

Conversation

@jadami10
Copy link
Contributor

This is a ui bugfix that closes #14302

columnNameSeparator was added in #8131 to allow displaying columns with the same name. But we don't need to carry that over when downloading the data.

I ran pinot locally and ensured downloaded data was identical except for #$%\d no longer being in the column name

@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.74%. Comparing base (59551e4) to head (ce0245c).
Report is 1246 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #14303      +/-   ##
============================================
+ Coverage     61.75%   63.74%   +1.99%     
- Complexity      207     1555    +1348     
============================================
  Files          2436     2659     +223     
  Lines        133233   145448   +12215     
  Branches      20636    22219    +1583     
============================================
+ Hits          82274    92718   +10444     
- Misses        44911    45886     +975     
- Partials       6048     6844     +796     
Flag Coverage Δ
custom-integration1 100.00% <ø> (+99.99%) ⬆️
integration 100.00% <ø> (+99.99%) ⬆️
integration1 100.00% <ø> (+99.99%) ⬆️
integration2 0.00% <ø> (ø)
java-11 63.72% <ø> (+2.01%) ⬆️
java-21 63.63% <ø> (+2.00%) ⬆️
skip-bytebuffers-false 63.74% <ø> (+1.99%) ⬆️
skip-bytebuffers-true 63.60% <ø> (+35.87%) ⬆️
temurin 63.74% <ø> (+1.99%) ⬆️
unittests 63.74% <ø> (+1.99%) ⬆️
unittests1 55.38% <ø> (+8.49%) ⬆️
unittests2 34.25% <ø> (+6.51%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@jadami10 jadami10 changed the title do not add column name separator on dowload do not add column name separator on download Oct 25, 2024
@Jackie-Jiang Jackie-Jiang added ui UI related issue bugfix labels Oct 27, 2024
Copy link
Contributor

@Jackie-Jiang Jackie-Jiang 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 the fix!

@Jackie-Jiang Jackie-Jiang merged commit 0678a8b into apache:master Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix ui UI related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Downloading CSV from the UI

4 participants