drill
DRILL-8182: File scan nodes not differentiated by format config
#2583
Merged

Commits
  • Add unit test for cross-sheet data mixing.
    jnturton committed 2 years ago
  • Include format selection in scan node digests.
    jnturton committed 2 years ago
  • Reinstate mistakenly deleted rule in PlannerPhase.
    jnturton committed 2 years ago
  • Only try to apply a format selection digest if type is FormatSelection.
    jnturton committed 2 years ago
  • Fix incorrect test value in test_cross_sheet_join.xlsx: 'Charles' -> 'Carol'.
    jnturton committed 2 years ago
  • Reduce Surefire forkCount to 1 due to OOM errors.
    jnturton committed 2 years ago
  • Factor digest() out to new DrillTableSelection interface.
    jnturton committed 2 years ago
  • Fix deserialisation of selection in MockStorageEngine::getPhysicalScan.
    jnturton committed 2 years ago
  • Make storage plugin scan specs implement DrillTablSelection and fix checkstyle.
    jnturton committed 2 years ago
  • Fix test dirs in SPNEGO unit tests.
    jnturton committed 2 years ago
  • Introduce a new MockTableDef.MockTableSelection class.
    jnturton committed 2 years ago
  • Update TestHBaseFilterPushDown tests to expect PlanStringBuilder output.
    jnturton committed 2 years ago
  • Convert MockTableSelection from subtype to a wrapper of List<MockScanEntry>.
    jnturton committed 2 years ago
Loading