This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
     new 8837f2b53 Fix the Txn list invalidation caused by multiple 
compilations under the transaction table query (#3906)
8837f2b53 is described below

commit 8837f2b53242c3fbb29d482de3454598c2d847b7
Author: zhangwejun <[email protected]>
AuthorDate: Sat Nov 26 22:07:16 2022 +0800

    Fix the Txn list invalidation caused by multiple compilations under the 
transaction table query (#3906)
    
    Fix the Txn list invalidation caused by multiple compilations under the 
transaction table query
---
 .asf.yaml                                                        | 9 ++++++++-
 .../engineplugin/hive/executor/HiveEngineConnExecutor.scala      | 4 ----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index c9582c69a..16d7ad8e3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,7 +23,7 @@ github:
     wiki: false
     # Enable projects for project management boards
     projects: true
-  description: Linkis helps easily connect to various back-end 
computation/storage engines(Spark, Python, TiDB...), exposes various 
interfaces(REST, JDBC, Java ...), with multi-tenancy, high performance, and 
resource control.
+  description: Apache Linkis builds a computation middleware layer to 
facilitate connection, governance and orchestration between the upper 
applications and the underlying data engines.
   homepage: https://linkis.apache.org/
   labels:
     - sql
@@ -46,6 +46,13 @@ github:
     - linkis
     - context-service
     - scriptis
+  collaborators:
+    - aiceflower
+    - brucedchen1991
+    - binbinCheng
+    - ws00428637
+    - yyuser5201314
+    - KangTomwk
   enabled_merge_buttons:
     merge:  true
     squash: true
diff --git 
a/linkis-engineconn-plugins/hive/src/main/scala/org/apache/linkis/engineplugin/hive/executor/HiveEngineConnExecutor.scala
 
b/linkis-engineconn-plugins/hive/src/main/scala/org/apache/linkis/engineplugin/hive/executor/HiveEngineConnExecutor.scala
index 8daa5588e..55b3cdd09 100644
--- 
a/linkis-engineconn-plugins/hive/src/main/scala/org/apache/linkis/engineplugin/hive/executor/HiveEngineConnExecutor.scala
+++ 
b/linkis-engineconn-plugins/hive/src/main/scala/org/apache/linkis/engineplugin/hive/executor/HiveEngineConnExecutor.scala
@@ -204,10 +204,6 @@ class HiveEngineConnExecutor(
       val startTime = System.currentTimeMillis()
       try {
         Utils.tryCatch {
-          val compileRet = driver.compile(realCode)
-          if (0 != compileRet) {
-            logger.warn(s"compile realCode error status : ${compileRet}")
-          }
           val queryPlan = driver.getPlan
           val numberOfJobs = Utilities.getMRTasks(queryPlan.getRootTasks).size
           numberOfMRJobs = numberOfJobs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to