wg1026688210 opened a new pull request, #4925:
URL: https://github.com/apache/calcite/pull/4925

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to