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

Make the definitions of col_defs consistent #4450

Merged

Conversation

jmao-denver
Copy link
Contributor

@jmao-denver jmao-denver commented Sep 6, 2023

Also fixed some py38 incompatible bugs

Where col_defs: Dict[str, DType] are used, they are to provide the definitions for the to-be-created table.
Where List[Column] are used, they are actually used to select a subset of existing Columns.

Fixes #4274

Also fixed some py38 incompatible bugs
@jmao-denver jmao-denver merged commit 49ecf68 into deephaven:main Sep 7, 2023
16 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 7, 2023
@jmao-denver jmao-denver deleted the 4274-inconsistent-table-def branch September 7, 2023 21:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consistency around python table definition
3 participants