Skip to content

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
  • tiledb_group_dump_str

Going forward, the corresponding *_dump_str C APIs and the C++ operator<< overload should be used instead. For the removed tiledb_group_dump_str, the tiledb_group_dump_str_v2 C API should be used as a replacement.

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!

@kounelisagis
Copy link
Member Author

@teo-tsirpanis, you are blocking merging because you had requested for changes.

@kounelisagis kounelisagis merged commit 735ba67 into main Nov 18, 2025
57 checks passed
@kounelisagis kounelisagis deleted the agis/remove-deprecated-dumps branch November 18, 2025 14:14
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.

4 participants