nsivabalan opened a new pull request #2456:
URL: https://github.com/apache/hudi/pull/2456
## What is the purpose of the pull request
In a previous commit to bump snapshot version from 0.6.1 to 0.7.0 I did it
manually. Even though I verified all artifacts, looks like there was some issue
as spark datasource for hudi did not work. Hence reverting old commit and
redoing this time w/ mvn command.
Command used:
```
mvn --batch-mode release:update-versions -DdevelopmentVersion=0.7.0-SNAPSHOT
```
## Brief change log
- Fixing 0.7.0 snapshot update
## Verify this pull request
Ran Quick start guide to ensure spark datasource works.
## 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.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]