AMashenkov commented on code in PR #2143:
URL: https://github.com/apache/ignite-3/pull/2143#discussion_r1219612516
##########
modules/catalog/build.gradle:
##########
@@ -28,6 +28,7 @@ dependencies {
implementation project(':ignite-configuration')
implementation project(':ignite-metastorage-api')
implementation project(':ignite-vault')
+ implementation project(':ignite-schema')
Review Comment:
I think `ignite-schema` should depends on `ignite-catalog`,
because `ignite-schema` contains classes related to storage format/protocol
that should be build based on Catalog information.
--
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]