-
Notifications
You must be signed in to change notification settings - Fork 14
Show new error message when output schema is not maching input #35
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
Show new error message when output schema is not maching input #35
Conversation
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
pom.xml
Outdated
|
||
<properties> | ||
<!-- properties for script build step that creates the config files for the artifacts --> | ||
<data.pipeline.parent>system:cdap-data-pipeline[6.0.0-SNAPSHOT,7.0.0-SNAPSHOT)</data.pipeline.parent> | ||
<data.stream.parent>system:cdap-data-streams[6.0.0-SNAPSHOT,7.0.0-SNAPSHOT)</data.stream.parent> | ||
|
||
<cdap.version>6.1.3-SNAPSHOT</cdap.version> | ||
<cdap.version>6.2.0</cdap.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this change needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6.2.0 was the version in the merged PR the cherrypick is from? Is this incorrect and needs to be changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also lets make this 6.1.1
pom.xml
Outdated
@@ -22,14 +22,14 @@ | |||
|
|||
<groupId>io.cdap.plugin</groupId> | |||
<artifactId>dynamic-spark</artifactId> | |||
<version>2.2.2</version> | |||
<version>2.3.0-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 2.2.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still should be fixed
@@ -22,14 +22,14 @@ | |||
|
|||
<groupId>io.cdap.plugin</groupId> | |||
<artifactId>dynamic-spark</artifactId> | |||
<version>2.2.2</version> | |||
<version>2.3.0-SNAPSHOT</version> | |||
|
|||
<properties> | |||
<!-- properties for script build step that creates the config files for the artifacts --> | |||
<data.pipeline.parent>system:cdap-data-pipeline[6.0.0-SNAPSHOT,7.0.0-SNAPSHOT)</data.pipeline.parent> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to 6.1.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change what to 6.1.1? the pipeline and stream . parents ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we go back and make the same changes in develop as well since this is a cherrypick?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea we can keep them same in develop as well as release.
[61.1,7.0.0-SNAPSHOT)
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
pom.xml
Outdated
<dependency> | ||
<groupId>io.cdap.plugin</groupId> | ||
<artifactId>hydrator-common</artifactId> | ||
<version>2.4.0-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also lets not use snapshot version in release branch. Make it a property with 2.4.0
version
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
2252f06
to
c4a7996
Compare
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Jira: https://issues.cask.co/browse/PLUGIN-132?workflowName=jira&stepId=3
Original PR: https://github.com/data-integrations/dynamic-spark/pull/33/files