SemyonSinchenko opened a new pull request, #512:
URL: https://github.com/apache/datafusion-comet/pull/512
## Which issue does this PR close?
Closes #503
Closes #191
## Rationale for this change
1. Provide a way to build Comet from the source on an isolated environments
with an access to github.com
2. Update documentation in part, related to compatibility of Spark AQE and
Comet Shuffle
## What changes are included in this PR?
- Update tuning section about the compatibility of Shuffle and Spark AQE
- Add `release-nogit` for building on an isolated environments
- Update docs in the section about an installation process
Changes to be committed:
modified: Makefile
modified: docs/source/user-guide/installation.md
modified: docs/source/user-guide/tuning.md
## How are these changes tested?
I run both `make release` and `make release-nogit`. The first one created
properties file in `common/target/classes` but the second did not. The flag
`-Dmaven.gitcommitid.skip=true` is described in [this
comment](https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/392#issuecomment-432309487).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]