Sh-Zh-7 commented on code in PR #79:
URL: https://github.com/apache/tsfile/pull/79#discussion_r1604525408
##########
java/tsfile/src/test/java/org/apache/tsfile/read/common/ColumnTest.java:
##########
@@ -45,20 +45,42 @@ public class ColumnTest {
@Test
public void timeColumnSubColumnTest() {
- TimeColumnBuilder columnBuilder = new TimeColumnBuilder(null, 10);
+ LongColumnBuilder columnBuilder = new LongColumnBuilder(null, 10);
Review Comment:
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]