qiaojialin removed a comment on issue #1274: URL: https://github.com/apache/incubator-iotdb/issues/1274#issuecomment-634472406
You can try this: ForceAppendTsFileWriter tsFileIOWriter = new ForceAppendTsFileWriter(f); TsFileWriter tsFileWriter = new TsFileWriter(tsFileIOWriter); No need to register schema again, then you can append data into it and close. (only append data in time ascending order) TsFile does not support modify. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
