Skip to content
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

Optimize loader options config of YAML, change maxAliasesForCollections from by default 50 to 1000 #33993

Closed
wants to merge 13 commits into from

Conversation

jiangML
Copy link
Contributor

@jiangML jiangML commented Dec 10, 2024

Fixes #ISSUSE_ID.

Changes proposed in this pull request:

  • Optimize loader options config of YAML, change maxAliasesForCollections from by default 50 to 1000

Before committing this PR, I'm sure that I have checked the following options:

  • My code follows the code of conduct of this project.
  • I have self-reviewed the commit code.
  • I have (or in comment I request) added corresponding labels for the pull request.
  • I have passed maven check locally : ./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e.
  • I have made corresponding changes to the documentation.
  • I have added corresponding unit tests for my changes.
  • I have updated the Release Notes of the current development version. For more details, see Update Release Note

terrymanu and others added 12 commits December 10, 2024 18:58
…GenericSchemaBuilder (apache#33995)

* Move GenericSchemaBuilderMaterial.isSameProtocolAndStorageTypes() to GenericSchemaBuilder

* Move GenericSchemaBuilderMaterial.isSameProtocolAndStorageTypes() to GenericSchemaBuilder
…and doris database(apache#33992) (apache#33991)

* Support GroupConcat sql for aggregating multiple shards(apache#33797)

* Check Style fix(apache#33797)

* Check Style fix(apache#33797)

* spotless fix (apache#33797)

* unit test fix  (apache#33797)

* spotless fix (apache#33797)

* group_concat distinct compatible  (apache#33797)

* group_concat distinct compatible  (apache#33797)

* unit test fix for distinct group_concat  (apache#33797)

* e2e test for group_concat  (apache#33797)

* e2e test for group_concat  (apache#33797)

* code format  (apache#33797)

* e2e test  (apache#33797)

* e2e test  (apache#33797)

* e2e test  (apache#33797)

* remove useless code(apache#33797)

* code optimization (apache#33797)

* sql parse unit test (apache#33797)

* RELEASE-NOTES.md updated(apache#33797)

* Code Optimization (apache#33797)

* Support GroupConcat sql for aggregating multiple shards in opengauss and doris database(apache#33797)

* doris parse unit test fix (apache#33797)

* spotless fix (apache#33797)

* Update RELEASE-NOTES.md

---------

Co-authored-by: yaofly <[email protected]>
Co-authored-by: Zhengqiang Duan <[email protected]>
…GenericSchemaBuilder (apache#33995)

* Move GenericSchemaBuilderMaterial.isSameProtocolAndStorageTypes() to GenericSchemaBuilder

* Move GenericSchemaBuilderMaterial.isSameProtocolAndStorageTypes() to GenericSchemaBuilder
…and doris database(apache#33992) (apache#33991)

* Support GroupConcat sql for aggregating multiple shards(apache#33797)

* Check Style fix(apache#33797)

* Check Style fix(apache#33797)

* spotless fix (apache#33797)

* unit test fix  (apache#33797)

* spotless fix (apache#33797)

* group_concat distinct compatible  (apache#33797)

* group_concat distinct compatible  (apache#33797)

* unit test fix for distinct group_concat  (apache#33797)

* e2e test for group_concat  (apache#33797)

* e2e test for group_concat  (apache#33797)

* code format  (apache#33797)

* e2e test  (apache#33797)

* e2e test  (apache#33797)

* e2e test  (apache#33797)

* remove useless code(apache#33797)

* code optimization (apache#33797)

* sql parse unit test (apache#33797)

* RELEASE-NOTES.md updated(apache#33797)

* Code Optimization (apache#33797)

* Support GroupConcat sql for aggregating multiple shards in opengauss and doris database(apache#33797)

* doris parse unit test fix (apache#33797)

* spotless fix (apache#33797)

* Update RELEASE-NOTES.md

---------

Co-authored-by: yaofly <[email protected]>
Co-authored-by: Zhengqiang Duan <[email protected]>
@jiangML jiangML closed this Dec 11, 2024
@jiangML jiangML deleted the dev branch December 11, 2024 02:21
@jiangML jiangML restored the dev branch December 11, 2024 02:22
@jiangML jiangML deleted the dev branch December 11, 2024 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants