Skip to content

Update Core to 2.30.#602

Merged
teo-tsirpanis merged 5 commits into
TileDB-Inc:mainfrom
teo-tsirpanis:update-2.30
Dec 10, 2025
Merged

Update Core to 2.30.#602
teo-tsirpanis merged 5 commits into
TileDB-Inc:mainfrom
teo-tsirpanis:update-2.30

Conversation

@teo-tsirpanis

Copy link
Copy Markdown
Member

No description provided.

@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello @teo-tsirpanis, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the TileDB C# wrapper to align with the TileDB Core library version 2.30.0. The primary goal is to integrate the latest features and improvements from the core library, including new capabilities for inspecting URI data protocols, extending file system compatibility, and introducing a comprehensive set of profiling tools. Additionally, it refines existing functionalities by enhancing error handling for context creation and updating package version metadata.

Highlights

  • Core Library Upgrade: The TileDB native core library has been updated to version 2.30.0, reflected in the Directory.Packages.props file.
  • New Data Protocol API: A new public method GetDataProtocol has been added to the Context class, allowing users to determine the REST protocol version for a given TileDB URI. This is supported by a new DataProtocol enum.
  • Expanded File System Support: The FileSystemType enum now includes TileDBFilesystem, indicating support for a new TileDB-specific file system.
  • Enhanced Context Error Handling: The ContextHandle.Create method now utilizes tiledb_ctx_alloc_with_error for improved error reporting during context allocation.
  • New Profiling APIs: Several new interop functions for TileDB's profiling API (tiledb_profile_*) have been added, enabling more detailed performance analysis.
Ignored Files
  • Ignored by pattern: .github/workflows/** (1)
    • .github/workflows/nightly.yml
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request correctly updates the TileDB Core dependency to version 2.30, including package versions and adding new native API bindings. The changes are generally good, but I have a few suggestions for improvement. I've recommended initializing a pointer for better robustness, adding unit tests for the new public GetDataProtocol method to ensure its correctness, and creating a high-level C# wrapper for the new profiling APIs to provide a complete and consistent feature implementation.

Comment thread sources/TileDB.CSharp/Context.cs
Comment thread sources/TileDB.CSharp/Interop/Methods.cs
Comment thread sources/TileDB.CSharp/Marshalling/SafeHandles/ContextHandle.cs
@teo-tsirpanis
teo-tsirpanis merged commit 63124d4 into TileDB-Inc:main Dec 10, 2025
4 checks passed
@teo-tsirpanis
teo-tsirpanis deleted the update-2.30 branch December 10, 2025 15:03
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.

2 participants