Skip to content

Conversation

@cdmikechen
Copy link
Contributor

@cdmikechen cdmikechen commented Jan 14, 2022

Tips

What is the purpose of the pull request

JIRA https://issues.apache.org/jira/browse/HUDI-3245

Spark use CaseInsensitiveMap to get options, so that we can not get some configs in HoodieStorageConfig like hoodie.parquet.writeLegacyFormat.enabled and hoodie.parquet.outputTimestampType
We should convert uppercase letters to lowercase letters, so that it can not affect the related method.

Brief change log

  • replace hoodie.parquet.writeLegacyFormat.enabled to hoodie.parquet.writelegacyformat.enabled
  • replace hoodie.parquet.outputTimestampType to hoodie.parquet.outputtimestamptype

Verify this pull request

This pull request is already covered by existing tests

Committer checklist

  • Has a corresponding JIRA in PR title & commit

  • Commit message is descriptive of the change

  • CI is green

  • Necessary doc changes done or have another open PR

  • For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.

@hudi-bot
Copy link
Collaborator

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@cdmikechen
Copy link
Contributor Author

@nsivabalan
Hi~ This PR may be a required patch for versions 0.10.1 and later. Can you contact the relevant committer/PMC for help, please?
In addition, there is a related commit that also involves related issues, which may also need to be merged into 0.10.1

@nsivabalan nsivabalan added the priority:critical Production degraded; pipelines stalled label Jan 17, 2022
Copy link
Contributor

@nsivabalan nsivabalan left a comment

Choose a reason for hiding this comment

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

LGTM. verified locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority:critical Production degraded; pipelines stalled

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants