Skip to content

project_table is deprecated, remove references #1119

Closed
@kevinjqliu

Description

@kevinjqliu

Feature Request / Improvement

project_table is still used in the codebase, leading to deprecation warning

@deprecated(
deprecated_in="0.8.0",
removed_in="0.9.0",
help_message="project_table is deprecated. Use ArrowScan.to_table instead.",
)
def project_table(

Remove all references
https://github.com/search?q=repo%3Aapache%2Ficeberg-python%20project_table&type=code

and use ArrowScan.to_table instead

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions