This is an automated email from the ASF dual-hosted git repository.
sunchao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-comet.git
from 5671f95 build: Add Maven wrapper to the project (#13)
add 311ef6b build: Add basic CI test pipelines (#18)
No new revisions were added by this update.
Summary of changes:
.github/actions/setup-builder/action.yaml | 44 +++++++
.github/workflows/pr_build.yml | 128 +++++++++++++++++++++
core/src/errors.rs | 1 +
pom.xml | 22 ++++
spark/pom.xml | 1 +
.../spark/sql/comet/CometPlanStabilitySuite.scala | 4 +-
6 files changed, 198 insertions(+), 2 deletions(-)
create mode 100644 .github/actions/setup-builder/action.yaml
create mode 100644 .github/workflows/pr_build.yml