Revert "libblaze.so/dylib bundle into jar (#116)"

This reverts commit 4a5eaac8f19b6d590dbcd8cc350af1d3ec567172.
10 files changed
tree: fc9804b4287ca8aaed2da569a1661f8424f021a4
  1. .github/
  2. dev/
  3. gradle/
  4. native-engine/
  5. spark-extension/
  6. .env
  7. .gitattributes
  8. .gitignore
  9. .gitmodules
  10. .travis.yml
  11. Cargo.lock
  12. Cargo.toml
  13. codecov.yml
  14. gradlew
  15. gradlew.bat
  16. LICENSE.txt
  17. NOTICE.txt
  18. README.md
  19. release-docker.sh
  20. release.sh
  21. rustfmt.toml
  22. settings.gradle
README.md

Blaze

test

The Blaze project aims to provide Spark with a high-performance, low-cost native execution layer.

We seek to solve a series of performance bottlenecks in the current JVM-based Task execution of Spark SQL, such as high fluctuations in performance due to GC, high memory overhead, and inability to accelerate computation directly with SIMD instructions.

This repo is under active development and is not ready for production (or even development) use, but stay tuned for updates! ☺️

Overview

Are we TPC-DS yet?

A work-in-progress to catalog the state of support for TPC-DS.

Please click on the ❌ next to the commit ID to check how far we are πŸ˜‰.

For developers