Skip to content

[SQL] [QA] Add Tests for Index Reuse Optimization in Joins with Shared Inputs #5930

@rivudhk

Description

@rivudhk

Add test coverage for index reuse optimization where multiple join operations share the same index (joining different tables on same column). Verify that the optimization works correctly and the results remain consistent.
Test Plan:

  1. Generate test data with multiple tables that share join columns
  2. Create multiple views that join different tables on the same indexed column
  3. Combine views with UNION ALL to verify consistency
  4. Test behavior with SQLite to validate results

Metadata

Metadata

Assignees

Labels

QATesting and quality assuranceSQL compilerRelated to the SQL compiler

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions