forked from apache/shardingsphere
-
Notifications
You must be signed in to change notification settings - Fork 1
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
5.4.1 release #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tract by sql util (apache#28431) * fix e2e exception caused by sql binder when sql statement sql hint extract by sql util * fix unit test
* Parse pivot segment and extract column in sql binder * Parse pivot segment and extract column in sql binder * Parse pivot segment and extract column in sql binder
* Optimize the message of `DatabaseServerInfo` * Fix message from DBMS to Database type * Fix databaseName to databaseType
* Parse unpivot segment and extract column in sql binder * Parse unpivot segment and extract column in sql binder
* remove <I, O> from encrypt algorithm * remove <I, O> from encrypt algorithm
* Rename progress columns of "show migration check status" DistSQL result * Add incremental_idle_seconds column in "show migration check status" DistSQL result * Add sourceDatabaseType for ConsistencyCheckJobItemProgress * Review * Impl AutoCloseable for TableDataConsistencyChecker * Improve PipelineDataSource Wrapper and Manager * Clean code * Update unit test
* Support oracle create view parse * Add parameter marker * Format code
Support GRANT USAGE ON CLIENT_MASTER_KEY
…#27904) * fix issue-27424 when the table contains case-sensitive fields * add unit test * format code style --------- Co-authored-by: bpzhang <[email protected]>
* feat: add insert converter. * feat: add insert converter. * feat: add insert converter. * test: add test for insert converter.
Add openGauss SQL support for GRANT and REVOKE for COLUMN_ENCRYPTION_KEY, REVOKE for CLIENT_MASTER_KEY
* Feat: Support parsing Oracle CREATE MATERIALIZED sql * add final * refactor ddl g4 to inline grammer * refactor ddl and dml g4 * add back additional ddl g4 rules
Add support for SET SESSION AUTHORIZATION FOR openGauss
* Minimal refactor of oracle dml statement parameter parse * fix build error * fix sql parser test case
* Run completion callback in dedicated thread pool * Skip incremental task on job stopping
* Re-impl cleanJobItemErrorMessage * Update persistJobItemErrorMessage impl to updateJobItemErrorMessage * Remove assertStartWithGetEstimatedRowsFailure * Update cleanJobItemErrorMessage impl
* Refactor YamlTableDataConsistencyCheckResult.addRecordsCount * Refactor DataMatchTableDataConsistencyCheckerTest.assertInitSuccess * Reduce Cognitive Complexity for ConsistencyCheckJobAPI.getJobItemInfo * Remove sleep in E2EIncrementalTask.run * Reduce Cognitive Complexity for ConsistencyCheckJobAPI.getJobItemInfo
…cenario single table load (apache#28795) * Refactor SingleRule to pass protocolType for heterogeneous database scenario single table load * fix unit test * Revert oracle pom dependency
…pache#28796) * Refactor ShardingSpherePreparedStatement for support multi executionContext. * Refactor ShardingSpherePreparedStatement for support multi executionContext.
* add unit tests * fixed ci issue
…pache#28802) * Optimize ShardingSpherePreparedStatement for multi executionContext * Refactor ShardingSpherePreparedStatement for support multi executionContext.
… with sql federation (apache#28804)
…rSegment to OuterJoinExpression (apache#28813)
* Resolve conflict of dependencies version * Resolve conflict of agent dependencies version * Resolve conflict of agent dependencies version * Resolve conflict of agent dependencies version * Resolve conflict of agent dependencies version
) * Resolve conflict of repository-consul dependencies version * Resolve conflict of repository-consul dependencies version * Resolve conflict of repository-consul dependencies version * Resolve conflict of repository-consul dependencies version * Resolve conflict of repository-consul dependencies version
* Use mockito-bom * Use mockito-bom
* Use netty-bom * Use netty-bom
* Use grpc-bom and protobuf-bom * Use grpc-bom and protobuf-bom * downgrade netty version
* Update h2 version (apache#28736) * Update h2 license (apache#28739) * Upgrade dependencies versions (apache#28740) * Upgrade guava version * Upgrade grpc version * Upgrade netty version * Upgrade postgresql version * Upgrade json-path version * Resolve dependency conflict * Resolve dependency conflict for json-path * Resolve dependency conflict for json-path * Upgrade dependencies version (apache#28763) * Upgrade zookeeper version * Upgrade zookeeper version * Upgrade zookeeper version * Upgrade logback version * Upgrade logback version * Upgrade logback version * Upgrade junit version * Upgrade junit version * Resolve dependencies conflict for guava (apache#28743) * Upgrade guava version * Upgrade grpc version * Upgrade netty version * Upgrade postgresql version * Upgrade json-path version * Resolve dependency conflict * Resolve dependency conflict for json-path * Resolve dependency conflict for json-path * Resolve dependency conflict for checker-qual * Resolve dependency conflict for checker-qual * Resolve dependency conflict for error_prone_annotations * Upgrade jetcd dependency version to 0.7.6; (apache#28780) Replace grpc-all dependency to separated ones (cherry picked from commit 5c6a968) * Improve PostgreSQL TestDecodingPlugin encoding (apache#28781) * Improve SimpleMemoryPipelineChannelTest * Use UTF-8 for PostgreSQL TestDecodingPlugin (cherry picked from commit d1f4df8) * Fix : fix nightly ci (apache#28782) * Fix : fix nightly ci * Revert : revert the fix * Add : add denpendencies in LICENSE file (apache#28783) * Refactor : refactor the example version to 5.4.1 (apache#28784) * update release note for 5.4.1 (apache#28785) * Document : update release note * Document : update release note * Document : update README and downloads link for release (apache#28786) * Fix : update the scm to 5.4.1 * Document : format the release note * Document : format the release note * [maven-release-plugin] prepare release 5.4.1 * [maven-release-plugin] prepare for next development iteration * Merge 5.4.1-relase to master * Merge 5.4.1-relase to master * Merge 5.4.1-relase to master --------- Co-authored-by: Liang Zhang <[email protected]> Co-authored-by: Hongsheng Zhong <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1.
Changes proposed in this pull request:
Before committing this PR, I'm sure that I have checked the following options:
./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e
.