Skip to content

[hotfix] Fix typos#5242

Closed
greghogan wants to merge 1 commit intoapache:masterfrom
greghogan:20180103a_fix_typos
Closed

[hotfix] Fix typos#5242
greghogan wants to merge 1 commit intoapache:masterfrom
greghogan:20180103a_fix_typos

Conversation

@greghogan
Copy link
Contributor

What is the purpose of the change

Fix typos from the IntelliJ "Typos" inspection. I have tried to preserve British vs American English spellings. IntelliJ is adamant about reordering imports in two files.

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (yes / no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (yes / no)
  • The serializers: (yes / no / don't know)
  • The runtime per-record code paths (performance sensitive): (yes / no / don't know)
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / no / don't know)
  • The S3 file system connector: (yes / no / don't know)

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

Fix typos from the IntelliJ "Typos" inspection.
Copy link
Contributor

@fhueske fhueske left a comment

Choose a reason for hiding this comment

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

Wow, thanks for fixing all these typos @greghogan!
The one line I commented on can be deleted.

+1 to merge


val selectedFields = if (fields.isEmpty) Array(0) else fields
// val selectedFiels = fields
// val selectedFields = fields
Copy link
Contributor

Choose a reason for hiding this comment

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

This line can be removed.

@StephanEwen
Copy link
Contributor

Wow, this is pretty good! Thanks a lot!

Addressing Fabian's comment and merging this. Want that merged very soon to avoid future merge conflicts...

StephanEwen pushed a commit to StephanEwen/flink that referenced this pull request Jan 5, 2018
Fix typos from the IntelliJ "Typos" inspection.

This closes apache#5242
StephanEwen pushed a commit to StephanEwen/flink that referenced this pull request Jan 5, 2018
Fix typos from the IntelliJ "Typos" inspection.

This closes apache#5242
@asfgit asfgit closed this in 3bc293e Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments