Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 257 Bytes

BUILDING.md

File metadata and controls

22 lines (13 loc) · 257 Bytes

Building DataFusion

Prerequisites

  • Docker

Building Locally

Generally, you just need to run cargo.

$ cargo build

Smoketest

Run this before committing code to make sure everything is working.

./scripts/smoketest.sh