DanielWang2035 commented on code in PR #14751:
URL: https://github.com/apache/iotdb/pull/14751#discussion_r1952294242
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/load/LoadTsFileAnalyzer.java:
##########
@@ -65,64 +95,111 @@ public abstract class LoadTsFileAnalyzer implements
AutoCloseable {
private final boolean isGeneratedByPipe;
- protected final List<File> tsFiles;
- protected final String statementString;
- protected final boolean isVerifySchema;
+ private final List<File> tsFiles;
+ private final List<Boolean> isTableModel;
Review Comment:
变量聚类和初始化顺序
isTableModelStatement
--
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]