Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.18.0
-
None
Description
Current build system has quirks, and it has well-known limitations.
For instance:
1) If you change code in "core" and or "linq4j" modules and you want to check "cassandra", you need to "mvn install" those modules first otherwise "cassandra" would use "core" from the local Maven repository
2) If you want to see how Calcite plays together with Drill, it has to be multi-step as well. You can't just change some bits in Calcite and just build/test Drill
3) Maven builds seem to be single-threaded by default. For instance, checkstyle/forbiddenapis always goes before compile, and it does take time. I happen to disable checkstyle for local checks.
4) Maven plugins are hard to write. You can't just have a pair of classes to be used during the build.
Attachments
Attachments
Issue Links
- is related to
-
CALCITE-3158 Avatica: migrate build system to Gradle
- Closed
- supercedes
-
CALCITE-2612 Cassandra tests fork and crash maven in Java 1.8
- Closed
-
CALCITE-2457 Upgrade to JUnit 5
- Closed
-
CALCITE-994 Calcite development under Eclipse IDE
- Closed
- links to