Skip to content

[CALCITE-7353] introduce Milvus adapter with scan and convention support#4925

Open
wg1026688210 wants to merge 1 commit intoapache:mainfrom
wg1026688210:feat/milvus-core-foundation
Open

[CALCITE-7353] introduce Milvus adapter with scan and convention support#4925
wg1026688210 wants to merge 1 commit intoapache:mainfrom
wg1026688210:feat/milvus-core-foundation

Conversation

@wg1026688210
Copy link
Copy Markdown

Add the foundational Milvus adapter module to Apache Calcite:

  • MilvusRel convention interface and MilvusTableScan operator
  • MilvusSchema / MilvusSchemaFactory for schema integration
  • MilvusTranslatableTable with scan() for collection reads
  • MilvusToEnumerableConverter and converter rule for code generation
  • MilvusQueryEnumerator with pagination via MilvusRowIterator
  • MilvusProjectExpression for projection handling
  • Test infrastructure: E2E base, JUnit 5 extension, Testcontainers

This is the minimal skeleton; Filter/Project/VectorSearch rules are intentionally omitted for subsequent PRs.

@wg1026688210 wg1026688210 force-pushed the feat/milvus-core-foundation branch 4 times, most recently from 4ef7231 to 8439d84 Compare May 9, 2026 03:45
@wg1026688210 wg1026688210 force-pushed the feat/milvus-core-foundation branch from 8439d84 to 53eab9c Compare May 9, 2026 05:51
@cjj2010
Copy link
Copy Markdown
Contributor

cjj2010 commented May 9, 2026

CI error:
"Caused by: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration"
It seems to be related to the Docker environment. Alternatively, you can check how the Redis adapter builds the Docker environment

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