Java classes that are currently generated from Protobuf definitions have overlapping package names with Feast modules. This causes conflicts when trying to import classes from Feast modules.
For example the CoreService.proto uses feast.core, which is also in use by the Feast Core module: example.
Proposal is to prefix all proto generated packages with .proto
Java classes that are currently generated from Protobuf definitions have overlapping package names with Feast modules. This causes conflicts when trying to import classes from Feast modules.
For example the CoreService.proto uses
feast.core, which is also in use by theFeast Coremodule: example.Proposal is to prefix all proto generated packages with
.proto