You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/04/23 04:58:53 UTC

[GitHub] [flink] hehuiyuan opened a new pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

hehuiyuan opened a new pull request #11870:
URL: https://github.com/apache/flink/pull/11870


   
   ![image](https://user-images.githubusercontent.com/18002496/80060767-f1024080-8561-11ea-9dcb-8925001577c1.png)
   
    
   
   This method `generateOneInputStreamOperator` when OperatorCodeGenerator  generates SourceConversion:
   
   ```
   @Override
   public void processElement($STREAM_RECORD $ELEMENT) throws Exception {
     $inputTypeTerm $inputTerm = ($inputTypeTerm) ${converter(s"$ELEMENT.getValue()")};
     ${ctx.reusePerRecordCode()}
     ${ctx.reuseLocalVariableCode()}
     ${if (lazyInputUnboxingCode) "" else ctx.reuseInputUnboxingCode()}
     $processCode
   }
    
   
    $inputTypeTerm $inputTerm = ($inputTypeTerm) ${converter(s"$ELEMENT.getValue()")};
   ScanUtil calls generateOneInputStreamOperator
   
   
   val generatedOperator = OperatorCodeGenerator.generateOneInputStreamOperator[Any, BaseRow](
     ctx,
     convertName,
     processCode,
     outputRowType,
     converter = inputTermConverter)
   
   //inputTermConverter
   val (inputTermConverter, inputRowType) = {
     val convertFunc = CodeGenUtils.genToInternal(ctx, inputType)
     internalInType match {
       case rt: RowType => (convertFunc, rt)
       case _ => ((record: String) => s"$GENERIC_ROW.of(${convertFunc(record)})",
           RowType.of(internalInType))
     }
   }
   ```
   There is an useless cast class code:
   ```
   $inputTypeTerm $inputTerm = ($inputTypeTerm) ${converter(s"$ELEMENT.getValue()")};
   ```
   CodeGenUtils.scala  :  genToInternal
   
   ```
   def genToInternal(ctx: CodeGeneratorContext, t: DataType): String => String = {
     val iTerm = boxedTypeTermForType(fromDataTypeToLogicalType(t))
     if (isConverterIdentity(t)) {
       term => s"($iTerm) $term"
     } else {
       val eTerm = boxedTypeTermForExternalType(t)
       val converter = ctx.addReusableObject(
         DataFormatConverters.getConverterForDataType(t),
         "converter")
       term => s"($iTerm) $converter.toInternal(($eTerm) $term)"
     }
   }
   ```
    
   The code `($iTerm) ` and `($inputTypeTerm)` are same.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162177903",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162242603",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=331",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   * 8c8f9565178df123f872378bc46e5388f66066ca Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162242603) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=331) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] hehuiyuan commented on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
hehuiyuan commented on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-619482415


   @flinkbot 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] hehuiyuan commented on issue #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
hehuiyuan commented on issue #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618300776


   > ## CI report:
   > * [c4c6356](https://github.com/apache/flink/commit/c4c6356dfbd46e26171b6128482eecab13fe7d96) Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161563127) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101)
   > 
   > Bot commands
   
   Hi, what is the reason for `c4c6356 Travis: FAILURE Azure: FAILURE` ?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4c6356dfbd46e26171b6128482eecab13fe7d96 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161563127) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101) 
   * 369c607bcdde539e67f92e06bef40d145bb935a3 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/162035196) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on issue #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618179221


   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit c4c6356dfbd46e26171b6128482eecab13fe7d96 (Thu Apr 23 05:02:05 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] hehuiyuan edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
hehuiyuan edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-620353134


   @KurtYoung @wuchong  Hi , do you have any suggestions?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 369c607bcdde539e67f92e06bef40d145bb935a3 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162035196) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251) 
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   * fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162177903",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   * fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162046929) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259) 
   * 770410346edc268b319a541f99406610f7ed8b66 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/162177903) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on issue #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4c6356dfbd46e26171b6128482eecab13fe7d96 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] hehuiyuan commented on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
hehuiyuan commented on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-619501497


   @flinkbot 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162177903",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162242603",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=331",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8c8f9565178df123f872378bc46e5388f66066ca Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=331) Unknown: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162242603) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162177903",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   * 770410346edc268b319a541f99406610f7ed8b66 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/162177903) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4c6356dfbd46e26171b6128482eecab13fe7d96 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161563127) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4c6356dfbd46e26171b6128482eecab13fe7d96 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161563127) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162177903",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   * 770410346edc268b319a541f99406610f7ed8b66 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162177903) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299) 
   * 8c8f9565178df123f872378bc46e5388f66066ca UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162177903",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162242603",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=331",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   * 770410346edc268b319a541f99406610f7ed8b66 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162177903) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299) 
   * 8c8f9565178df123f872378bc46e5388f66066ca Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/162242603) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=331) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 369c607bcdde539e67f92e06bef40d145bb935a3 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162035196) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251) 
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   * fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162046929) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259) 
   * 770410346edc268b319a541f99406610f7ed8b66 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] hehuiyuan removed a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
hehuiyuan removed a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-619482415


   @flinkbot 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4c6356dfbd46e26171b6128482eecab13fe7d96 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161563127) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101) 
   * 369c607bcdde539e67f92e06bef40d145bb935a3 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162177903",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162242603",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=331",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   * 8c8f9565178df123f872378bc46e5388f66066ca Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162242603) Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=331) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162177903",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   * 770410346edc268b319a541f99406610f7ed8b66 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162177903) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dc7d6a747ef944547248143932f3cadb48ec27c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * dc7d6a747ef944547248143932f3cadb48ec27c8 UNKNOWN
   * fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162046929) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] hehuiyuan removed a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
hehuiyuan removed a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618300776


   > ## CI report:
   > * [c4c6356](https://github.com/apache/flink/commit/c4c6356dfbd46e26171b6128482eecab13fe7d96) Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161563127) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101)
   > 
   > Bot commands
   
   Hi, what is the reason for `c4c6356 Travis: FAILURE Azure: FAILURE` ?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 369c607bcdde539e67f92e06bef40d145bb935a3 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/162035196) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c4c6356dfbd46e26171b6128482eecab13fe7d96 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161563127) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 369c607bcdde539e67f92e06bef40d145bb935a3 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162035196) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] hehuiyuan commented on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
hehuiyuan commented on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-620353134


   @KurtYoung Hi , do you have any suggestions?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11870: [FLINK-17117][SQL-Blink]Remove useless cast class code for processElement method in SourceCon…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11870:
URL: https://github.com/apache/flink/pull/11870#issuecomment-618183162


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161563127",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=101",
       "triggerID" : "c4c6356dfbd46e26171b6128482eecab13fe7d96",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=251",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162035196",
       "triggerID" : "369c607bcdde539e67f92e06bef40d145bb935a3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=259",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162046929",
       "triggerID" : "fc2da2c4186376b26c9f06ffc51c1e2c602dfd0c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=299",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "770410346edc268b319a541f99406610f7ed8b66",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162177903",
       "triggerID" : "770410346edc268b319a541f99406610f7ed8b66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162242603",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=331",
       "triggerID" : "8c8f9565178df123f872378bc46e5388f66066ca",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8c8f9565178df123f872378bc46e5388f66066ca Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162242603) Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=331) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org