joewitt commented on code in PR #10006:
URL: https://github.com/apache/nifi/pull/10006#discussion_r2138744412
##########
nifi-assembly/pom.xml:
##########
@@ -519,6 +519,24 @@ language governing permissions and limitations under the
License. -->
<version>2.5.0-SNAPSHOT</version>
<type>nar</type>
</dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-cql-nar</artifactId>
Review Comment:
I am not in favor of including cassandra by default in our convenenience
binary. It makes great sense to build a great supportable cassandra interface
again but it needs to be really well written and should not be bundled by
default until we find out more about usage.
--
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]