File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/unit/systems/ops/feast Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
44import numpy as np
55from feast import FeatureStore , ValueType
6-
76from feast .types import VALUE_TYPES_TO_FEAST_TYPES
7+
88from merlin .dag import ColumnSelector
99from merlin .schema import ColumnSchema , Schema
1010from merlin .systems .dag .ops .operator import InferenceDataFrame , PipelineableInferenceOperator
Original file line number Diff line number Diff line change 1111feast = pytest .importorskip ("feast" ) # noqa
1212
1313from feast import Entity , Field # noqa
14- from feast .types import Int32 , Float32 , Array # noqa
1514from feast .online_response import OnlineResponse # noqa
1615from feast .protos .feast .serving import ServingService_pb2 # noqa
1716from feast .protos .feast .types import Value_pb2 # noqa
17+ from feast .types import Array , Float32 , Int32 # noqa
1818from feast .value_type import ValueType # noqa
1919
2020from merlin .systems .dag .ops .feast import QueryFeast # noqa
You can’t perform that action at this time.
0 commit comments