From b0f154e5a4bc37a36a923c3bd859043e5aafab60 Mon Sep 17 00:00:00 2001 From: enya-yx Date: Fri, 2 Dec 2022 22:51:43 +0800 Subject: [PATCH] Fix test cases caused by invalid key type --- feathr_project/test/test_fixture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feathr_project/test/test_fixture.py b/feathr_project/test/test_fixture.py index 4f03a8951..8c53b7acf 100644 --- a/feathr_project/test/test_fixture.py +++ b/feathr_project/test/test_fixture.py @@ -466,7 +466,7 @@ def time_partition_pattern_feature_join_test_setup(config_path: str, data_source postfix_path=postfix_path ) tpp_key = TypedKey(key_column="f_location_max_fare", - key_column_type=FLOAT) + key_column_type=ValueType.FLOAT) tpp_features = [ Feature(name="key0", key=tpp_key,