Skip to content

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

Merged
morningman merged 1 commit into
apache:masterfrom
wyb:spark_load_case_bugs
Aug 27, 2020
Merged

[Spark load] Fix dpp and submit push task bugs#4464
morningman merged 1 commit into
apache:masterfrom
wyb:spark_load_case_bugs

Conversation

@wyb

@wybwyb commented Aug 27, 2020

Copy link
Copy Markdown
Contributor
  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

@morningmanmorningman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@morningmanmorningman 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:masterAug 27, 2020
@yangzhgyangzhg mentioned this pull request Feb 9, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.area/spark-loadIssues or PRs related to the spark loadkind/fixCategorizes issue or PR as related to a bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@wyb@morningman