Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Feb 12, 2024
1 parent 7a2c1b8 commit 50351d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private ExportJob generateExportJob(ConnectContext ctx, Map<String, String> file
exportJob.setTableName(tblName);
exportJob.setExportTable(table);
exportJob.setTableId(table.getId());

exportJob.setOrigStmt(ctx.getExecutor().getOriginStmt());
// set partitions
exportJob.setPartitionNames(this.partitionsNames);
// set where expression
Expand Down

0 comments on commit 50351d2

Please sign in to comment.