-
Notifications
You must be signed in to change notification settings - Fork 285
add some util api for sdk #22627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add some util api for sdk #22627
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #22590
What this PR does / why we need it:
add some util api for sdk
PR Type
Enhancement, Documentation
Description
Add secondary index verification utilities for consistency checks
Implement index table retrieval methods (get all indexes, get by name)
Add comprehensive documentation and examples for index verification
Include online tests for sync and async index verification
Diagram Walkthrough
File Walkthrough
4 files
New module with index verification SQL builders and processors
Add three index verification methods to Client class
Add async versions of index verification methods
Add lint-fix target for auto-fixing code issues
2 files
Online tests for synchronous index verification functionality
Online tests for async index verification functionality
4 files
Complete guide for secondary index verification features
Add index verification examples to documentation
Add index verification guide to documentation TOC
Add index verification feature description and examples
1 files
Bump version from 0.1.2 to 0.1.3
6 files
Remove redundant pass statements from exception classes
Reorder imports for consistency
Reorder imports for consistency
Reorder imports for consistency
Remove redundant pass statement from exception class
Remove redundant pass statement from exception class
1 files
Add FulltextParserType to exports list