We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665f61c commit de72c76Copy full SHA for de72c76
easy_rec/python/protos/dataset.proto
@@ -178,7 +178,7 @@ message DatasetConfig {
178
// input pipelines
179
DummyInput = 8;
180
KafkaInput = 13;
181
- HiveInput = 16;
+ HiveInput = 17;
182
}
183
required InputType input_type = 10;
184
easy_rec/version.py
@@ -1,3 +1,3 @@
1
# -*- encoding:utf-8 -*-
2
# Copyright (c) Alibaba, Inc. and its affiliates.
3
-__version__ = '0.3.1'
+__version__ = '0.4.0'
0 commit comments