ycycse commented on code in PR #13254:
URL: https://github.com/apache/iotdb/pull/13254#discussion_r1729992195
##########
iotdb-core/pom.xml:
##########
@@ -38,4 +38,12 @@
<module>node-commons</module>
<module>relational-grammar</module>
</modules>
+ <profiles>
+ <profile>
+ <id>with-ainode</id>
+ <modules>
+ <module>ainode</module>
+ </modules>
+ </profile>
+ </profiles>
Review Comment:
> Good job! Is there any plan to add a profile in distribution module? When
`with-ainode` is activated, the package can be packed in distribution.
Hi! I've found some aspects of this feature that are worth discussing, so I
plan to develop it as a new feature after this PR is merged, which will
facilitate our discussion.
--
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]