Skip to content

Conversation

@nsivabalan
Copy link
Contributor

@nsivabalan nsivabalan commented Feb 27, 2022

What is the purpose of the pull request

With latest addition of TypedProperties in HoodieTableConfig, we ran into issues w/ kafka key and value serializer types in properties. Apparently value type was class and hence when getting string values, it returns null values while populating TypedProperties. Fixed all such instances of key.serializer and value.serializer instantiations.

Brief change log

Fixed all instantiations of key.serializer and value.serializer to ensure value is of type string.

Verify this pull request

docker demo runs successfully w/o NPE w/ this patch.

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.

@nsivabalan nsivabalan added priority:blocker Production down; release blocker priority:critical Production degraded; pipelines stalled and removed priority:blocker Production down; release blocker labels Feb 27, 2022
@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

@nsivabalan nsivabalan merged commit 2f99e84 into apache:master Feb 27, 2022
@nsivabalan
Copy link
Contributor Author

@codope : went ahead w/ merging since this is critical. If you have any feedback, will address in a follow up PR.

@nsivabalan nsivabalan added the status:triaged Issue has been reviewed and categorized label Feb 27, 2022
@codope
Copy link
Member

codope commented Feb 28, 2022

Looks good to me. I was just waiting for CI success 👍

rkkalluri pushed a commit to rkkalluri/hudi that referenced this pull request Mar 6, 2022
vingov pushed a commit to vingov/hudi that referenced this pull request Apr 3, 2022
stayrascal pushed a commit to stayrascal/hudi that referenced this pull request Apr 12, 2022
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 status:triaged Issue has been reviewed and categorized

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants