You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/01/14 04:23:05 UTC

[incubator-linkis] branch dev-1.0.3 updated (9907ce4 -> e45adac)

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

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


    from 9907ce4  disable wike and protected_branches for dev-* (#1298)
     new 587e292  Fix the bug when ticketId starts with number, the engineConnId cannot be parsed successful.
     new b8e854f  Fix the bug that flink sql cannot support multi-sql and optimize some code formats.
     new d1a719e  Fix the bug that when use set, rest, drop grammar, the checkpoint will invalid.
     new af2e2c3  Fix the bug that when operator is failed and the job is not instanced, will cause the flink yarn application stop failed when engineconn exits .
     new ba91a2c  Add the necessary dependency of minlog in flink EngineConn.
     new e45adac  Merge pull request #1304 from wushengyeyouya/dev-1.0.3

The 1764 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../engineconn-plugins/flink/pom.xml               |   5 +
 .../flink/client/context/ExecutionContext.java     | 118 ++++++++++-----------
 .../sql/operation/impl/DropViewOperation.java      |   7 +-
 .../client/sql/operation/impl/ResetOperation.java  |   7 +-
 .../client/sql/operation/impl/SetOperation.java    |  16 +--
 .../executor/FlinkSQLComputationExecutor.scala     |  29 ++---
 6 files changed, 92 insertions(+), 90 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org