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/01/21 11:12:19 UTC

[GitHub] [flink] JingsongLi opened a new pull request #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error

JingsongLi opened a new pull request #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error
URL: https://github.com/apache/flink/pull/10915
 
 
   
   ## What is the purpose of the change
   
   LastValueAggFunctionWithOrderTest failed to compile in nightly build with below error:
   ```
   03:02:41.792 [INFO] -------------------------------------------------------------
   03:02:41.792 [ERROR] COMPILATION ERROR : 
   03:02:41.792 [INFO] -------------------------------------------------------------
   03:02:41.792 [ERROR] /home/travis/build/apache/flink/flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/functions/aggfunctions/LastValueAggFunctionWithOrderTest.java:[78,37] incompatible types: inference variable T has incompatible bounds
       equality constraints: N,java.lang.Byte,N,T,T,T,T,org.apache.flink.table.dataformat.BinaryString,T,T
       lower bounds: java.lang.Byte,org.apache.flink.table.dataformat.BinaryString
   ```
   
   ## Brief change log
   
   Not use `Arrays.asList`.
   
   ## Verifying this change
   
   None
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency):no
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no
     - The S3 file system connector:no
   
   ## Documentation
   
     - Does this pull request introduce a new feature?no

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147137733 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147182769 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   Hash:a395c9cdba059d6e75c21b04c9909c113675dd58 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4827 TriggerType:PUSH TriggerID:a395c9cdba059d6e75c21b04c9909c113675dd58
   Hash:a395c9cdba059d6e75c21b04c9909c113675dd58 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147372763 TriggerType:PUSH TriggerID:a395c9cdba059d6e75c21b04c9909c113675dd58
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147137733) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760) 
   * 9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147182769) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771) 
   * a395c9cdba059d6e75c21b04c9909c113675dd58 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147372763) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4827) 
   
   <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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   
   <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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error
URL: https://github.com/apache/flink/pull/10915#issuecomment-576637037
 
 
   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 55505edd57c351060acbea621858d6c0ba6eaf80 (Tue Jan 21 11:18:31 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


With regards,
Apache Git Services

[GitHub] [flink] dawidwys closed pull request #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
dawidwys closed pull request #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] JingsongLi commented on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-581225017
 
 
   Hi @dawidwys , I removed all generic type for `AggFunctionTestBase` to avoid potential compile errors. Please take a look.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147137733 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147182769 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   Hash:a395c9cdba059d6e75c21b04c9909c113675dd58 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4827 TriggerType:PUSH TriggerID:a395c9cdba059d6e75c21b04c9909c113675dd58
   Hash:a395c9cdba059d6e75c21b04c9909c113675dd58 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/147372763 TriggerType:PUSH TriggerID:a395c9cdba059d6e75c21b04c9909c113675dd58
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147137733) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760) 
   * 9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147182769) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771) 
   * a395c9cdba059d6e75c21b04c9909c113675dd58 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/147372763) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4827) 
   
   <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


With regards,
Apache Git Services

[GitHub] [flink] dawidwys commented on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error

Posted by GitBox <gi...@apache.org>.
dawidwys commented on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error
URL: https://github.com/apache/flink/pull/10915#issuecomment-577622240
 
 
   I don't think this is a valid solution. I would not merge this PR as it could just potentially make it even harder to track back the problem.
   
   What I would definitely suggest is to remove the generic parameter from the class `LastValueAggFunctionWithOrderTest` as it is wrong there and tbh it's hard to say to what type it is inferred to. Most probably it's always `Object` 
   
   Also it would make much sense to flatten the structure of those tests.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147137733 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147182769 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147137733) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760) 
   * 9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147182769) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771) 
   
   <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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147137733 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147182769 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147137733) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760) 
   * 9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147182769) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771) 
   
   <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


With regards,
Apache Git Services

[GitHub] [flink] JingsongLi commented on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-581347180
 
 
   Forgot to update commit message.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147137733 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147182769 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   Hash:a395c9cdba059d6e75c21b04c9909c113675dd58 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:a395c9cdba059d6e75c21b04c9909c113675dd58
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147137733) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760) 
   * 9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147182769) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771) 
   * a395c9cdba059d6e75c21b04c9909c113675dd58 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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/147137733 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/147137733) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760) 
   
   <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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147137733 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147137733) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760) 
   
   <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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147137733 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147137733) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760) 
   
   <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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147137733 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147137733) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760) 
   * 9a95cc5191b948233f13c47d9cdacb5bfb2254c4 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


With regards,
Apache Git Services

[GitHub] [flink] JingsongLi commented on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-581885242
 
 
   Updated the PR by flatten tests structure instead of removing generic type.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] JingsongLi commented on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on issue #10915: [FLINK-15706][table-planner-blink] Not use Arrays.asList to avoid incompatible error
URL: https://github.com/apache/flink/pull/10915#issuecomment-576636672
 
 
   I didn't find out why, but keep deep diving.
   `LastValueAggFunctionWithOrderTest`  has not been changed for a long time, and relevant changes should not cause this problem.
   It seems likely to have something related to the java compiler environment.
   
   This PR remove `Arrays.asList`, which is the most common cause of this error. So I think we can merge this first to avoid potential compile error risk.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147136037 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758 TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147137733 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:14e499e3fffdec59d9a10ca65d4685a113c0af38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760 TriggerType:PUSH TriggerID:14e499e3fffdec59d9a10ca65d4685a113c0af38
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/147182769 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   Hash:9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771 TriggerType:PUSH TriggerID:9a95cc5191b948233f13c47d9cdacb5bfb2254c4
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147136037) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4758) 
   * 14e499e3fffdec59d9a10ca65d4685a113c0af38 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147137733) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4760) 
   * 9a95cc5191b948233f13c47d9cdacb5bfb2254c4 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/147182769) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4771) 
   
   <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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10915: [FLINK-15706][table-planner-blink] LastValueAggFunctionWithOrderTest compilation error due to incompatible types
URL: https://github.com/apache/flink/pull/10915#issuecomment-576657964
 
 
   <!--
   Meta data
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:55505edd57c351060acbea621858d6c0ba6eaf80 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145356340 TriggerType:PUSH TriggerID:55505edd57c351060acbea621858d6c0ba6eaf80
   Hash:899196c98a60e05df985fd2e97c24a5c59c181d1 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:899196c98a60e05df985fd2e97c24a5c59c181d1
   -->
   ## CI report:
   
   * 55505edd57c351060acbea621858d6c0ba6eaf80 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145356340) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4535) 
   * 899196c98a60e05df985fd2e97c24a5c59c181d1 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


With regards,
Apache Git Services