Skip to content

Conversation

@JingsongLi
Copy link
Contributor

@JingsongLi JingsongLi commented Feb 9, 2026

Purpose

This Pull Request implements a BTree Global Index Builder for Flink in Apache Paimon, introducing the CreateGlobalIndexProcedure functionality.

Key Features

  • Global Index Creation: Enables users to create global BTree indexes on Paimon tables using Flink
  • BTree Index Support: Implements BTree-based indexing structure for efficient data lookup
  • Flink Integration: Integrates the global index creation process with Flink's data processing pipeline
  • Procedure API: Provides a SQL procedure interface (sys.create_global_index) for creating indexes

Tests

The PR includes integration tests (BTreeGlobalIndexITCase).

API and Format

Documentation

Copy link
Contributor

@steFaiz steFaiz 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 this PR!

@JingsongLi JingsongLi merged commit 71d6164 into apache:master Feb 9, 2026
13 checks passed
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