Skip to content

Commit b0bbba6

Browse files
authored
add the time for enum ColumnCategory (#710)
1 parent 1f95562 commit b0bbba6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

java/common/src/main/java/org/apache/tsfile/enums/ColumnCategory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
public enum ColumnCategory {
2626
TAG,
2727
FIELD,
28-
ATTRIBUTE;
28+
ATTRIBUTE,
29+
TIME;
2930

3031
public static List<ColumnCategory> nCopy(ColumnCategory type, int n) {
3132
List<ColumnCategory> result = new ArrayList<>(n);

0 commit comments

Comments
 (0)