linghengqian opened a new pull request, #33828:
URL: https://github.com/apache/shardingsphere/pull/33828
For #29052.
Changes proposed in this pull request:
- Removes use of `iceberg.mr.schema.auto.conversion` from documentation
due to HIVE-26507 . See https://github.com/apache/hive/pull/3570 and
https://github.com/apache/hive/pull/3593 .
- Add nativeTest for connecting to HiveServer2 using ACID tables under
GraalVM Native Image.
- Update the unreasonable Seata AT documentation. According to further
investigation of third-party documents like
https://www.yuque.com/linghengqian/meve2v/es8d3a8a18odao7x , it is not
necessary to set global interceptors for all microservices.
- Introduces additions to `initFile` in HiveServer2 documentation to
partially support the use of `set` statements.
- I personally don't understand why the unit test of HiveServer2 is so
slow. Can't believe how slow Hive is without iceberg. I'm still investigating
Hive's outdated LLAP and CBO documentation. The total number of SQLs executed
by all databases is similar.
-

---
Before committing this PR, I'm sure that I have checked the following
options:
- [x] My code follows the [code of
conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/)
of this project.
- [x] I have self-reviewed the commit code.
- [x] I have (or in comment I request) added corresponding labels for the
pull request.
- [x] I have passed maven check locally : `./mvnw clean install -B -T1C
-Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`.
- [x] I have made corresponding changes to the documentation.
- [x] I have added corresponding unit tests for my changes.
- [x] I have updated the Release Notes of the current development version.
For more details, see [Update Release
Note](https://shardingsphere.apache.org/community/en/involved/contribute/contributor/)
--
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]