Skip to content

Commit 90a6b6d

Browse files
enya-yxenya-yx
andauthored
Fix test cases caused by invalid key type (#897)
Co-authored-by: enya-yx <enya@PBHATW10P14S.northamerica.corp.microsoft.com>
1 parent 3c48645 commit 90a6b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

feathr_project/test/test_fixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def time_partition_pattern_feature_join_test_setup(config_path: str, data_source
466466
postfix_path=postfix_path
467467
)
468468
tpp_key = TypedKey(key_column="f_location_max_fare",
469-
key_column_type=FLOAT)
469+
key_column_type=ValueType.FLOAT)
470470
tpp_features = [
471471
Feature(name="key0",
472472
key=tpp_key,

0 commit comments

Comments
 (0)