Skip to content

Commit

Permalink
modify the return value of DateDataPoint.getValue()
Browse files Browse the repository at this point in the history
  • Loading branch information
shuwenwei committed Dec 2, 2024
1 parent 686bbab commit dbebe1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void writeTo(long time, ChunkWriterImpl writer) throws IOException {

@Override
public Object getValue() {
return value;
return DateUtils.parseDateExpressionToInt(value);
}

@Override
Expand Down

0 comments on commit dbebe1e

Please sign in to comment.