[ 
https://issues.apache.org/jira/browse/FLINK-32223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749762#comment-17749762
 ] 

Matthias Pohl edited comment on FLINK-32223 at 8/1/23 1:51 PM:
---------------------------------------------------------------

{quote}
How can one double check that before merge not to break things?
{quote}

you could enable the stage in your PR if you need to have this extra assurance. 
You would have to update 
[apache/flink:./azure-pipelines.yml|https://github.com/apache/flink/blob/9b63099964b36ad9d78649bb6f5b39473e0031bd/azure-pipelines.yml]
 (if you have your own Azure account set up and attached to your Github Flink 
fork) or 
[apache-flink:./tools/azure-pipelines/build-apache-repo.yml|https://github.com/apache/flink/blob/9b63099964b36ad9d78649bb6f5b39473e0031bd/tools/azure-pipelines/build-apache-repo.yml]
 (if you want to have it be listed in the CI build that's added by CiBot to 
your build). The corresponding stage can be copied over from the nightly run 
config (see the latter yaml file) to the yaml configuration you want to modify.

You might want to do the config change in a separate commit so that it's easy 
to drop this commit before merging the PR to {{master}}. See 
[ce9264b0|https://github.com/apache/flink/pull/23117/commits/ce9264b05678dad2696a23c68d15df5864e319e7]
 as an example commit that enabled adaptive scheduler in the PR CI run.


was (Author: mapohl):
{quote}
How can one double check that before merge not to break things?
{quote}

you could enable the stage in your PR if you need to have this extra assurance. 
You would have to update 
[apache/flink:./azure-pipelines.yml|https://github.com/apache/flink/blob/9b63099964b36ad9d78649bb6f5b39473e0031bd/azure-pipelines.yml]
 (if you have your own Azure account set up and attached to your Github Flink 
fork) or 
[apache-flink:./tools/azure-pipelines/build-apache-repo.yml|https://github.com/apache/flink/blob/9b63099964b36ad9d78649bb6f5b39473e0031bd/tools/azure-pipelines/build-apache-repo.yml]
 (if you want to have it be listed in the CI build that's added by CiBot to 
your build). The corresponding stage can be copied over from the nightly run 
config (see the latter yaml file) to the yaml configuration you want to modify.

You might want to do the config change in a separate commit so that it's easy 
to drop this commit before merging the PR to {{master}}. See 
https://github.com/apache/flink/pull/23117/commits/ce9264b05678dad2696a23c68d15df5864e319e7
 as an example commit that enabled adaptive scheduler in the PR CI run.

> Add Hive delegation token support 
> ----------------------------------
>
>                 Key: FLINK-32223
>                 URL: https://issues.apache.org/jira/browse/FLINK-32223
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / Hadoop Compatibility
>            Reporter: qingbo jiao
>            Assignee: qingbo jiao
>            Priority: Major
>              Labels: pull-request-available
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to