Skip to content

Conversation

@pyscala
Copy link
Contributor

@pyscala pyscala commented Jul 15, 2020

What is the purpose of the change

1.DelegatingConfiguration should remove prefix instead of add prefix in toMap
2.Make toMap consistent with addAllToProperties in class DelegatingConfiguration

Brief change log

1.DelegatingConfiguration should remove prefix instead of add prefix in toMap
2.Make toMap consistent with addAllToProperties in class DelegatingConfiguration

Verifying this change

This change added tests and can be verified as follows:
unit test testDelegationConfigurationToMapConsistentWithAddAllToProperties in class DelegatingConfigurationTest

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)

@flinkbot
Copy link
Collaborator

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 c9e05d7 (Wed Jul 15 11:11:37 UTC 2020)

Warnings:

  • No documentation files were touched! Remember to keep the Flink docs up to date!
  • This pull request references an unassigned Jira ticket. According to the code contribution guide, tickets need to be assigned before starting with the implementation work.

Mention the bot in a comment to re-run the automated checks.

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

@pyscala
Copy link
Contributor Author

pyscala commented Jul 15, 2020

Hi @JingsongLi , Looking forward to your review, thanks.

@flinkbot
Copy link
Collaborator

flinkbot commented Jul 15, 2020

CI report:

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

@pyscala
Copy link
Contributor Author

pyscala commented Jul 16, 2020

Hi @zentol , Thanks for your commits. Can you review this PR for us ?

@JingsongLi
Copy link
Contributor

Thanks @pyscala for your contribution. Changes looks good to me overall. But I want to hear from @zentol

@pyscala
Copy link
Contributor Author

pyscala commented Jul 16, 2020

Thanks @pyscala for your contribution. Changes looks good to me overall. But I want to hear from @zentol

Thanks @JingsongLi for your reply.

Copy link
Contributor

@zentol zentol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably fine.
I thought that changing this would break something for the formats, but tests are passing and I cannot find where I draw this conclusion from.

@JingsongLi
Copy link
Contributor

@flinkbot run azure

@JingsongLi
Copy link
Contributor

@pyscala Can you rebase for triggering testing?

@pyscala
Copy link
Contributor Author

pyscala commented Jul 21, 2020

@pyscala Can you rebase for triggering testing?

@JingsongLi I will do it later

@pyscala
Copy link
Contributor Author

pyscala commented Jul 21, 2020

Hi @JingsongLi
Current error seems to have nothing to do with our changes.
Looking forward to your reply , thanks

@zentol
Copy link
Contributor

zentol commented Jul 21, 2020

@pyscala You haven't rebase on the latest master, and are about a week behind.

@pyscala
Copy link
Contributor Author

pyscala commented Jul 21, 2020

Hi @JingsongLi @zentol Thanks for detailed reply. is this OK ? Or I close this PR and create a new one ?

@JingsongLi
Copy link
Contributor

@pyscala You can squash your commits, and cherry-pick to latest master, then replace your FLINK-17789 branch. And force push to your FLINK-17789 branch.

@pyscala
Copy link
Contributor Author

pyscala commented Jul 22, 2020

Hi @JingsongLi @zentol Done, Everything looks good

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pyscala for your updating. Looks good to me.
Merging...

@JingsongLi JingsongLi merged commit 3ebf0d9 into apache:master Jul 22, 2020
@pyscala pyscala deleted the FLINK-17789 branch July 22, 2020 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants