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/13 12:13:04 UTC

[GitHub] [flink] dianfu opened a new pull request #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

dianfu opened a new pull request #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717
 
 
   
   ## What is the purpose of the change
   
   *This pull request fix Python UDF to make it work with inputs from composite field*
   
   
   ## Brief change log
   
     - *Add PythonCalcExpandProjectRule to fix the Python UDFs contained in the Calc*
     - *Updates PythonCorrelateSplitRule to fix the Python UDFs contained in the Correlate*
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   
     - *Added tests testPythonFunctionWithCompositeInputs, testChainingPythonFunctionWithCompositeInputs and testPandasFunctionWithCompositeInputs in PythonCalcSplitRuleTest*
     - *Added tests in testPythonTableFunctionWithCompositeInputs and testJavaTableFunctionWithPythonCalcCompositeInputs in PythonCorrelateSplitRuleTest*
   
   ## 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, Kubernetes/Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   

----------------------------------------------------------------
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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 6adc153b2de9ded7378f231fb4684e9d4e696e90 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160169409) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442) 
   * d13de1051b3930171b74b8d3432f08f4876b6ccf 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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 6adc153b2de9ded7378f231fb4684e9d4e696e90 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160169409) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442) 
   * d13de1051b3930171b74b8d3432f08f4876b6ccf 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] dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-613416449
 
 
   @flinkbot run travis

----------------------------------------------------------------
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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160046539) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401) 
   * 3161ea77da21b591ab76eaae3a5950ff73625971 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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "149cb5af388f31f874ba078b9416253d028288cf",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7489",
       "triggerID" : "149cb5af388f31f874ba078b9416253d028288cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "149cb5af388f31f874ba078b9416253d028288cf",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160320008",
       "triggerID" : "149cb5af388f31f874ba078b9416253d028288cf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6adc153b2de9ded7378f231fb4684e9d4e696e90 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160169409) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442) 
   * d13de1051b3930171b74b8d3432f08f4876b6ccf UNKNOWN
   * 149cb5af388f31f874ba078b9416253d028288cf Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160320008) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7489) 
   
   <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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "149cb5af388f31f874ba078b9416253d028288cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7489",
       "triggerID" : "149cb5af388f31f874ba078b9416253d028288cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "149cb5af388f31f874ba078b9416253d028288cf",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160320008",
       "triggerID" : "149cb5af388f31f874ba078b9416253d028288cf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d13de1051b3930171b74b8d3432f08f4876b6ccf UNKNOWN
   * 149cb5af388f31f874ba078b9416253d028288cf Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160320008) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7489) 
   
   <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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160046539) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401) 
   
   <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] hequn8128 commented on a change in pull request #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
hequn8128 commented on a change in pull request #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#discussion_r407923651
 
 

 ##########
 File path: flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/rules/logical/PythonCorrelateSplitRule.java
 ##########
 @@ -188,12 +203,20 @@ private FlinkLogicalCalc createTopCalc(
 
 	private ScalarFunctionSplitter createScalarFunctionSplitter(
 		int primitiveLeftFieldCount,
-		ArrayBuffer<RexCall> extractedRexCalls,
-		boolean isJavaTableFunction) {
+		ArrayBuffer<RexNode> extractedRexNodes,
+		RexNode tableFunctionNode) {
 		return new ScalarFunctionSplitter(
 			primitiveLeftFieldCount,
-			extractedRexCalls,
-			isJavaTableFunction ? x -> PythonUtil.isPythonCall(x, null) : PythonUtil::isNonPythonCall
+			extractedRexNodes,
+			node -> {
+				if (PythonUtil.isNonPythonCall(tableFunctionNode)) {
+					return PythonUtil.isPythonCall(node, null);
+				} else if (PythonUtil.containsNonPythonCall(node)) {
+					return PythonUtil.isNonPythonCall(node);
+				} else {
+					return node instanceof RexFieldAccess;
 
 Review comment:
   Maybe add some document about split RexFieldAccess from PythonCorrelate for the `PythonCorrelateSplitRule`?

----------------------------------------------------------------
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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3161ea77da21b591ab76eaae3a5950ff73625971 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160148042) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420) 
   
   <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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 6adc153b2de9ded7378f231fb4684e9d4e696e90 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160169409) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442) 
   * d13de1051b3930171b74b8d3432f08f4876b6ccf 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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "149cb5af388f31f874ba078b9416253d028288cf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "149cb5af388f31f874ba078b9416253d028288cf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6adc153b2de9ded7378f231fb4684e9d4e696e90 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160169409) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442) 
   * d13de1051b3930171b74b8d3432f08f4876b6ccf UNKNOWN
   * 149cb5af388f31f874ba078b9416253d028288cf 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] dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-613831240
 
 
   The test failure of Azure is a known issue tracked in FLINK-16572

----------------------------------------------------------------
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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4 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] hequn8128 commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
hequn8128 commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-613903153
 
 
   @dianfu Thanks a lot for the update. Merging...

----------------------------------------------------------------
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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3161ea77da21b591ab76eaae3a5950ff73625971 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160148042) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420) 
   * 6adc153b2de9ded7378f231fb4684e9d4e696e90 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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160046539) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401) 
   
   <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] hequn8128 merged pull request #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
hequn8128 merged pull request #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717
 
 
   

----------------------------------------------------------------
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] dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-613776556
 
 
   @flinkbot run azure

----------------------------------------------------------------
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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "149cb5af388f31f874ba078b9416253d028288cf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7489",
       "triggerID" : "149cb5af388f31f874ba078b9416253d028288cf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "149cb5af388f31f874ba078b9416253d028288cf",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160320008",
       "triggerID" : "149cb5af388f31f874ba078b9416253d028288cf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d13de1051b3930171b74b8d3432f08f4876b6ccf UNKNOWN
   * 149cb5af388f31f874ba078b9416253d028288cf Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160320008) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7489) 
   
   <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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3161ea77da21b591ab76eaae3a5950ff73625971 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160148042) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420) 
   
   <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] dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-613285374
 
 
   @hequn8128 Thanks a lot for the comments. Make sense to me and have updated the PR.

----------------------------------------------------------------
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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612875813
 
 
   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 ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4 (Mon Apr 13 12:19:43 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] flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6adc153b2de9ded7378f231fb4684e9d4e696e90 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160169409) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442) 
   * d13de1051b3930171b74b8d3432f08f4876b6ccf 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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3161ea77da21b591ab76eaae3a5950ff73625971 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160148042) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420) 
   * 6adc153b2de9ded7378f231fb4684e9d4e696e90 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160169409) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442) 
   
   <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] dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-613776518
 
 
   @flinkbot run travis

----------------------------------------------------------------
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] dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
dianfu commented on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-613416503
 
 
   @flinkbot run azure

----------------------------------------------------------------
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] hequn8128 commented on a change in pull request #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
hequn8128 commented on a change in pull request #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#discussion_r407927071
 
 

 ##########
 File path: flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/rules/logical/PythonCorrelateSplitRule.java
 ##########
 @@ -93,22 +94,36 @@ public boolean matches(RelOptRuleCall call) {
 		RexNode rexNode = tableFunctionScan.getCall();
 		if (rexNode instanceof RexCall) {
 			return PythonUtil.isPythonCall(rexNode, null) && PythonUtil.containsNonPythonCall(rexNode)
-				|| PythonUtil.isNonPythonCall(rexNode) && PythonUtil.containsPythonCall(rexNode, null);
+				|| PythonUtil.isNonPythonCall(rexNode) && PythonUtil.containsPythonCall(rexNode, null)
+				|| (PythonUtil.isPythonCall(rexNode, null) && containsFieldAccessInputs(rexNode));
 		}
 		return false;
 	}
 
+	private boolean containsFieldAccessInputs(RexNode node) {
 
 Review comment:
   We don't need this method, use `RexUtil.containsFieldAccess()` directly.

----------------------------------------------------------------
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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613416449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "613776518",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 6adc153b2de9ded7378f231fb4684e9d4e696e90 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160169409) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442) 
   * d13de1051b3930171b74b8d3432f08f4876b6ccf 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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160169409",
       "triggerID" : "6adc153b2de9ded7378f231fb4684e9d4e696e90",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d13de1051b3930171b74b8d3432f08f4876b6ccf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6adc153b2de9ded7378f231fb4684e9d4e696e90 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160169409) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7442) 
   * d13de1051b3930171b74b8d3432f08f4876b6ccf 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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160046539) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401) 
   
   <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 #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11717: [FLINK-17093][python][table-planner][table-planner-blink] Fix Python UDF to make it work with inputs from composite field
URL: https://github.com/apache/flink/pull/11717#issuecomment-612882448
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160046539",
       "triggerID" : "ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160148042",
       "triggerID" : "3161ea77da21b591ab76eaae3a5950ff73625971",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ec06c317b7827c2f260b8e7f7d6dcc6a2427ebf4 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160046539) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7401) 
   * 3161ea77da21b591ab76eaae3a5950ff73625971 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160148042) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7420) 
   
   <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