Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status

Current state[One of "Under Discussion", "Accepted", "Rejected"]Released

Discussion thread: 

JIRA or Github Issue: 

Released: <Doris Version>1.2

Google Doc: <If the design in question is unclear or needs to be discussed and reviewed, a Google Doc can be used first to facilitate comments from others.>

...

  • OlapScanNode: Completed
  • FileScanNode: (end of September)
    FileScanNode will support both the previous FileScanNode's query capabilities for external table (Hive, Iceberg, hudi, etc.) and the BrokerScanNode's load capabilities. After that, the BrokerScanNode will be removed.
  • EsScanNode (October)
  • JdbcScanNode (October)
  • SchemaScanNode (October)


Most of the code is in the be/src/vec/exec/scan/ directory.

New Parquet Reader

This is another work, but related to the refactoring of the scan node.

...