Skip to content

Conversation

lwhite1
Copy link
Collaborator

@lwhite1 lwhite1 commented Aug 28, 2021

Thanks for contributing.

Description

StandardTableSliceGroups create tableSlices that can be reconverted to Tables with structures matching the original

Testing

Did you add a unit test? Yes

@lwhite1 lwhite1 merged commit 8d07c4a into master Aug 28, 2021
@lwhite1 lwhite1 deleted the #982 branch August 28, 2021 16:57
lwhite1 added a commit that referenced this pull request Sep 4, 2021
… when slices are converted back to tables. (#984)"

This reverts commit 8d07c4a.
lwhite1 added a commit that referenced this pull request Sep 4, 2021
* Revert "#982 Fix for undesirable use of TextColumns as String Columns when slices are converted back to tables. (#984)"

This reverts commit 8d07c4a.

* replace poor handling of text columns in TableSliceGroup

The original handling approach (converting them to string column) causes problems, including possibly exploding memory requirements. The new approach works directly with text columns when used to split a table, while retaining the old handling when using other column types, as it is more efficient.
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.

1 participant