Skip to content

Truncate long column names to respect console width (#7797)#7830

Open
venom1204 wants to merge 2 commits into
masterfrom
issue77977
Open

Truncate long column names to respect console width (#7797)#7830
venom1204 wants to merge 2 commits into
masterfrom
issue77977

Conversation

@venom1204

@venom1204 venom1204 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

closes #7797

sorry for the new pr got some issue and resolving would require some time ,so thought to made a new one
here is teh summary

truncating long column headers and "variables not shown" footer entries to ensure output strictly respects the console width. The implementation applies the existing char.trunc() logic to headers, respects the datatable.prettyprint.char = Inf toggle for backward compatibility .

@codecov

codecov Bot commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.01%. Comparing base (46d0934) to head (7590c46).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7830   +/-   ##
=======================================
  Coverage   99.01%   99.01%           
=======================================
  Files          88       88           
  Lines       17234    17240    +6     
=======================================
+ Hits        17065    17071    +6     
  Misses        169      169           

☔ View full report in Codecov by Harness.
📢 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.

@github-actions

github-actions Bot commented Jul 23, 2026

Copy link
Copy Markdown
  • HEAD=issue77977 much slower for as.data.table.array improved in #7019
  • HEAD=issue77977 much slower for transform improved in #5493
    Comparison Plot

Generated via commit 7590c46

Download link for the artifact containing the test results: ↓ atime-results.zip

Task Duration
R setup and installing dependencies 6 minutes and 45 seconds
Installing different package versions 13 minutes and 9 seconds
Running and plotting the test cases 8 minutes and 10 seconds

@ben-schwen

Copy link
Copy Markdown
Member

Which is it now? This one #7830 or #7802. Please dont open up multiple PRs especially not mid review since it makes the review process even more tedious...

Learning to cope with GIT without force pushing is a quite valuable skill

@venom1204

Copy link
Copy Markdown
Contributor Author

Which is it now? This one #7830 or #7802. Please dont open up multiple PRs especially not mid review since it makes the review process even more tedious...

Learning to cope with GIT without force pushing is a quite valuable skill

sorry for the new pr and the confusion this is the new active pr
i will take care of this from now onwards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

long column names go past width

2 participants