Skip to content

Commit

Permalink
[Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecu…
Browse files Browse the repository at this point in the history
…tor, Leading to Incorrect SQL_BLOCK Handling

During the task construction process of the Insert Job, the StmtExecutor was not provided with a corresponding StatementContext, which causes a default StatementContext to be generated. This can lead to issues where certain properties related to ↳StatementContext, such as the globally set SQL_BLOCK, do not function correctly.
  • Loading branch information
CalvinKirs committed Jan 9, 2025
1 parent 2da9255 commit b4cc55b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fe/fe-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ under the License.
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.thrift/libthrift -->
<dependency>
<groupId>org.apache.thrift</groupId>
Expand Down

0 comments on commit b4cc55b

Please sign in to comment.