Skip to content

get_add_actions() MAX is not showing complete value #1534

@Merlyn661992

Description

@Merlyn661992

Environment

Delta-rs version: 0.10.0

Binding:

Environment:

  • Cloud provider:
  • OS:
  • Other:

Bug

What happened:
get_add_actions() MAX is not showing complete value
What you expected to happen:
MAX to show complete max value for the column but it limits to only max 30-40 characters
How to reproduce it:
item = dt.get_add_actions().to_pydict()['max']
for k in item:
print(['columnName'])
More details:
each of this rows contains atleast 5000 characters but its restricted to only 30-40 characters, hence not able to find max length of column using get_add_actions
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions