Qi Yu
Qi Yu
### What problem does this PR solve? see https://github.com/pingcap/ticdc/issues/1415 ### What is changed and how it works? ### Check List Tests - Unit test Code changes - Has exported function/method...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ./br restore cdclog --pd=http://10.142.99.8:2379 --start-ts=422756483571646465 --end-ts=422756525015040000 -s...
Fix cast(? as DATE) won't work with PreparedStatement bug This is a fix about the problem when when `PreparedStatement` with DynamicParam. for example ``` PreparedStatement ps = connection.prepareStatement("select * from...
…e will throw Exception
``` - name: Jacoco Report to PR id: jacoco uses: madrapps/[email protected] with: paths: ${{ github.workspace }}/**/build/reports/jacoco/test/jacocoTestReport.xml token: ${{ secrets.GITHUB_TOKEN }} min-coverage-overall: 40 min-coverage-changed-files: 60 title: 'Code Coverage Report' debug-mode: true...
### What changes were proposed in this pull request? Add user impersonation for the Hadoop catalog. ### Why are the changes needed? We need authentication for the encrypted HDFS cluster....
We need to provide kdc and hive with security in the docker environment.
### Describe the proposal Currently, we only implement authentication between the Gravitino client and the Gravitino server and the Gravitino server and Hive Metastore, catalogs such as Iceberg, HDFS, and...
### What changes were proposed in this pull request? (Please outline the changes and how this PR fixes the issue.) ### Why are the changes needed? (Please clarify why the...