Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: better list dtype formatting #1840

Merged
merged 5 commits into from
Oct 3, 2023

Conversation

universalmind303
Copy link
Contributor

closes #1769
before:

> select current_schemas();
┌────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ current_schemas                                                                                    │
│ ──                                                                                                 │
│ List(Field { name: "item", data_type: Utf8, nullable: true, dict_id: 0, dict_is_ordered: false, m… │
╞════════════════════════════════════════════════════════════════════════════════════════════════════╡
│ [public]                                                                                           │
└────────────────────────────────────────────────────────────────────────────────────────────────────┘

after:

> select current_schemas();
┌─────────────────┐
│ current_schemas │
│ ──              │
│ List[Utf8]      │
╞═════════════════╡
│ [public]        │
└─────────────────┘

@universalmind303 universalmind303 enabled auto-merge (squash) October 2, 2023 15:12
@universalmind303 universalmind303 merged commit ea3b2df into main Oct 3, 2023
7 checks passed
@universalmind303 universalmind303 deleted the universalmind303/list-fmting branch October 3, 2023 03:54
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.

better list dtype formatting
2 participants