Skip to content

Remove deprecated dump APIs #5585

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

kounelisagis
Copy link
Member

@kounelisagis kounelisagis commented Jul 16, 2025

Following #5026 and #5179, and in accordance with our deprecation cycle, several dump C APIs and their corresponding CPP APIs have been deprecated for three releases - since version 2.26 - and should be removed with the release 2.29. This PR removes them. The C APIs removed are:

  • tiledb_array_schema_dump
  • tiledb_enumeration_dump
  • tiledb_attribute_dump
  • tiledb_dimension_dump
  • tiledb_domain_dump

Going forward, the corresponding *_dump_str C APIs and the C++ operator<< overload should be used instead.

Closes CORE-302


TYPE: DEPRECATION
DESC: Remove deprecated dump APIs

@teo-tsirpanis
Copy link
Member

REST-CI fails because TileDB-Go references the now-deleted tiledb_array_schema_dump.

Copy link
Member

@teo-tsirpanis teo-tsirpanis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverting approval until we migrate TileDB-Go.

@kounelisagis
Copy link
Member Author

TileDB-Go PR: TileDB-Inc/TileDB-Go#378

Copy link
Contributor

@bekadavis9 bekadavis9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for getting this done so quickly!

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.

3 participants