Skip to content

Fix labeler truncating field values in vertical display - #1356

Merged
sonalgoyal merged 1 commit into
zinggAI:spark-connectfrom
Chandanydv1234:spark-connect
Aug 6, 2026
Merged

Fix labeler truncating field values in vertical display#1356
sonalgoyal merged 1 commit into
zinggAI:spark-connectfrom
Chandanydv1234:spark-connect

Conversation

@Chandanydv1234

Copy link
Copy Markdown
Contributor

The labeler rendered pairs via ZFrame.show(int), which lets Spark default to truncate=true, capping cell values at 20 characters (e.g. emails shown as john_smith@cas...). Add a show(int, boolean) overload to ZFrame and SparkFrame, and have VerticalDisplayUtility call show(MAX_COLUMNS, false) so full values are displayed.

The labeler rendered pairs via ZFrame.show(int), which lets Spark
default to truncate=true, capping cell values at 20 characters (e.g.
emails shown as john_smith@cas...). Add a show(int, boolean) overload
to ZFrame and SparkFrame, and have VerticalDisplayUtility call
show(MAX_COLUMNS, false) so full values are displayed.

@padam-prakash padam-prakash left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine

@sonalgoyal
sonalgoyal merged commit dc29583 into zinggAI:spark-connect Aug 6, 2026
1 check passed
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.

4 participants