merrily01 opened a new pull request, #121:
URL: https://github.com/apache/kyuubi-website/pull/121
### What changes were proposed in this pull request?
1. Add links for commits in 1.7.0 release note.
- Most commits can find the corresponding link after the code review.
- A few commits use a issue link because they are large features or contain
many subtasks, e.g:
Please check if it's okay.
- [[KYUUBI #3554] REST API functions/command-line tool
enhancements](https://github.com/apache/kyuubi/issues/3554)
- [[KYUUBI #3863] Arrow-based results
serialization](https://github.com/apache/kyuubi/issues/3863)
- [[KYUUBI #3901] Introduce Trino frontend
(experimental)](https://github.com/apache/kyuubi/issues/3901)
- [[KYUUBI #3780] Add support for executing Python/PySpark scripts
(experimental)](https://github.com/apache/kyuubi/issues/3780)
- [[KYUUBI #3607] Support {OWNER} variable defined in Ranger
policy](https://github.com/apache/kyuubi/issues/3607)
- [[KYUUBI #3365] Introduce Spark Hive connector
(experimental)](https://github.com/apache/kyuubi/issues/3365)
- [[KYUUBI #4473] Helm Chart
improvements](https://github.com/apache/kyuubi/issues/4473)
2. Fix a typo in 1.7.0.md
```
Init SQL scripts should create table iff table does not exist
should be
Init SQL scripts should create table if table does not exist
```
### Why are the changes needed?
It is convenient for users to view release notes and associate them with
specific commits or issues
### Does this PR introduce _any_ user-facing change?
Yes.
### How was this patch tested?
No need.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]