kr11 commented on a change in pull request #35: Fix sonar tianyu URL: https://github.com/apache/incubator-iotdb/pull/35#discussion_r252101717
########## File path: iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeProcessor.java ########## @@ -45,7 +45,7 @@ import org.apache.iotdb.db.engine.bufferwrite.ActionException; import org.apache.iotdb.db.engine.bufferwrite.BufferWriteProcessor; import org.apache.iotdb.db.engine.bufferwrite.FileNodeConstants; -import org.apache.iotdb.db.engine.overflow.ioV2.OverflowProcessor; +import org.apache.iotdb.db.engine.overflow.iov2.OverflowProcessor; Review comment: Jiang Tian replaces `filenode` which newer implementation `filenodeV2` and delete the unused primary`filenode`. I wonder whether the primary `io' package is unused anymore and can be replaced with `iov2`? However, I agree It's a big change and may not necessary to finish in this pr. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
