Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spark load] Fix dpp and submit push task bugs #4464

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

wyb
Copy link
Contributor

@wyb wyb commented Aug 27, 2020

  1. fix write dpp result when dpp throw exception
  2. boolean value:true, false(IgnoreCase), 0, 1
  3. wrong dest column for source data check
  4. support * in source file path
  5. if job state is cancelled or finished, submitPushTasks would throw all partitions have no load data exception, because tableToLoadPartitions was already cleaned up

#3433

Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

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

LGTM

@morningman morningman added area/spark-load Issues or PRs related to the spark load kind/fix Categorizes issue or PR as related to a bug. approved Indicates a PR has been approved by one committer. labels Aug 27, 2020
@morningman morningman merged commit 82940a4 into apache:master Aug 27, 2020
@yangzhg yangzhg mentioned this pull request Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by one committer. area/spark-load Issues or PRs related to the spark load kind/fix Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants