lszskye opened a new pull request, #90: URL: https://github.com/apache/paimon-cpp/pull/90
## Add BTree Global Index Integration Tests ### Summary Add comprehensive end-to-end integration tests for the BTree global index, covering the full write-read cycle across multiple data types, edge cases, error handling, multi-file scenarios with metadata-based file selection, and range queries. ### New Tests - `WriteAndReadIntData` - `WriteAndReadStringData` - `WriteAndReadBigIntData` - `WriteAndReadFloatData` - `WriteAndReadDoubleData` - `WriteAndReadAllNonNull` - `WriteAndReadBoolData` - `WriteAndReadTinyIntData` - `WriteAndReadSmallIntData` - `WriteAndReadTimestampCompactData` - `WriteAndReadTimestampNonCompactData` - `WriteAndReadDecimalCompactData` - `WriteAndReadDecimalNonCompactData` - `WriteAndReadAllNull` - `WriteAndReadLargeDataWithSmallBlocks` - `CreateWriterWithNonStructSchema` - `CreateReaderWithMultiFieldSchema` - `CreateWriterWithMissingField` - `AddBatchWithNullArray` - `AddBatchWithMismatchedRowIds` - `AddBatchWithNonMonotonicKeys` - `FinishWithEmptyData` - `InvalidReadOptions` - `TestIOException` - `WriteAndReadMultiFilesWithMetaSelector` - `TestRangeQuery` -- 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]
