Skip to content

Commit

Permalink
apacheGH-36885: [Java] Add substrait to maven build profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Jul 26, 2023
1 parent 7c0451c commit 309ec62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,7 @@
-DARROW_ORC=${ARROW_ORC}
-DARROW_PARQUET=${ARROW_PARQUET}
-DARROW_S3=ON
-DARROW_SUBSTRAIT=${ARROW_DATASET}
-DARROW_USE_CCACHE=ON
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_LIBDIR=lib/${os.detected.arch}
Expand Down Expand Up @@ -1131,6 +1132,7 @@
-DARROW_ORC=${ARROW_ORC}
-DARROW_PARQUET=${ARROW_PARQUET}
-DARROW_S3=ON
-DARROW_SUBSTRAIT=${ARROW_DATASET}
-DARROW_USE_CCACHE=ON
-DARROW_WITH_BROTLI=ON
-DARROW_WITH_LZ4=ON
Expand Down

0 comments on commit 309ec62

Please sign in to comment.