Skip to content

feat(btree): add btree global index integration tests#90

Open
lszskye wants to merge 1 commit into
apache:mainfrom
lszskye:p7-5
Open

feat(btree): add btree global index integration tests#90
lszskye wants to merge 1 commit into
apache:mainfrom
lszskye:p7-5

Conversation

@lszskye

@lszskye lszskye commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

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

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.

1 participant