Skip to content

Conversation

@gzh2003
Copy link
Contributor

@gzh2003 gzh2003 commented Jul 17, 2025

Cherry-pick #2464 and #2480 to v0.85

Part of DH-19693. Anything that renders as "empty" for empty strings, and "null" for null strings, should still render the same when rolledup. This adds the missing null and empty string formatting logic for tree table constituent values.

Changes:
Checks if the result should show "null" or "empty" based on formatter

test: DH-19614: e2e tests for constituent formatting
Follow-up to #2461. This PR adds e2e tests for constituent formatting.

@gzh2003 gzh2003 requested a review from mofojed July 17, 2025 15:01
@gzh2003 gzh2003 self-assigned this Jul 17, 2025
@codecov
Copy link

codecov bot commented Jul 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.40%. Comparing base (a1644e7) to head (3180c7e).
Report is 2 commits behind head on release/v0.85.

Additional details and impacted files
@@                Coverage Diff                @@
##           release/v0.85    #2495      +/-   ##
=================================================
+ Coverage          47.36%   47.40%   +0.04%     
=================================================
  Files                710      710              
  Lines              39528    39534       +6     
  Branches           10064     9880     -184     
=================================================
+ Hits               18721    18741      +20     
- Misses             20752    20782      +30     
+ Partials              55       11      -44     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@gzh2003 gzh2003 removed the request for review from mofojed July 17, 2025 15:26
@gzh2003 gzh2003 marked this pull request as draft July 21, 2025 13:43
@gzh2003 gzh2003 force-pushed the pick-DH-19693-to-v0.85 branch from 97def9b to f2a0a40 Compare July 21, 2025 21:07
@gzh2003 gzh2003 changed the title fix: Cherry-pick null/empty string formatting fix refactor: Cherry-pick null/empty string formatting fix Jul 22, 2025
gzh2003 added 2 commits July 22, 2025 10:42
…haven#2464)

Part of DH-19693. Anything that renders as "empty" for empty strings,
and "null" for null strings, should still render the same when rolledup.
This adds the missing null and empty string formatting logic for tree
table constituent values.

Changes:
- Checks if the result should show "null" or "empty" based on formatter
Follow-up to deephaven#2461. This PR adds e2e tests for constituent formatting.
@gzh2003 gzh2003 force-pushed the pick-DH-19693-to-v0.85 branch from f2a0a40 to ef350cc Compare July 22, 2025 14:59
@gzh2003 gzh2003 requested a review from mofojed July 23, 2025 15:18
@gzh2003 gzh2003 marked this pull request as ready for review July 23, 2025 15:18
@mofojed mofojed changed the title refactor: Cherry-pick null/empty string formatting fix fix: DH-19693: Add null/empty formatting to constituent strings Jul 23, 2025
@mofojed mofojed merged commit fe15465 into deephaven:release/v0.85 Jul 23, 2025
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 23, 2025
@gzh2003 gzh2003 deleted the pick-DH-19693-to-v0.85 branch July 23, 2025 18:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants