Skip to content

Commit

Permalink
Update AnalyzeVisitor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Jan 8, 2025
1 parent 3d48a2e commit fd2a384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2982,7 +2982,7 @@ public Analysis visitInsertRowsOfOneDevice(

@Override
public Analysis visitPipeEnrichedStatement(
final PipeEnrichedStatement pipeEnrichedStatement, final MPPQueryContext context) {
final PipeEnrichedStatement pipeEnrichedStatement, final MPPQueryContext context) {
// The LoadTsFileStatement is a special case, it needs isGeneratedByPipe information
// in the analyzer to execute the tsfile-tablet conversion in some cases.
if (pipeEnrichedStatement.getInnerStatement() instanceof LoadTsFileStatement) {
Expand Down

0 comments on commit fd2a384

Please sign in to comment.