-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[branch-2.1][opt](paimon) support mapping Paimon column type "Row" to Doris type "Struct" #34237
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
Closed
suxiaogang223
wants to merge
2,590
commits into
apache:branch-2.1
from
suxiaogang223:paimon_struct_type
Closed
[branch-2.1][opt](paimon) support mapping Paimon column type "Row" to Doris type "Struct" #34237
suxiaogang223
wants to merge
2,590
commits into
apache:branch-2.1
from
suxiaogang223:paimon_struct_type
Conversation
This file contains hidden or 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
… block during the hash join build phase (apache#33747)
* fix test_schema_change_fail * update
…e#33773) Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
…ontends (apache#33722) fix some sql cache consistence bug between multiple frontends which introduced by [enhancement](Nereids) Enable parse sql from sql cache apache#33262, fix by use row policy as the part of sql cache key. support dynamic update the num of fe manage sql cache key
…ame base table slot (apache#33774) support multiple agg function have same base table slot
1. dry run query should not use sql cache 2. fix test sql cache in cloud mode 3. enable cache OneRowRelation and EmptyRelation in frontend to skip parse sql
…ull map size (apache#33734) insert_range_from should start from `size` with `count` elements for null map
…ize overflow the uint32 (apache#33511)
…ocedure (apache#33608) add regression for routines and show create procedure Issue Number: close apache#31297 add regression for routines and show create procedure
* Update doris_main.cpp Log(FATAL) introduces a core dump, which is confusing for users. We should print error msg and exit without a core dump. * Update doris_main.cpp
…apache#34114) this is a stupid mistake. we import a same name class from another package
…apache#33946" (apache#34107) This reverts commit 5fee715.
…che#34133) this variable intro by apache#15748 for backward compatibility. currently, it is used very infrequently. Nereids do not support it anymore. So, we tag it as deprecated, and will remove it in the future.
* fix visible column (apache#33023) * Collect high priority columns. (apache#31235) * High priority queue and map. (apache#31509) * Support column level health value. (apache#31794) * Support follower sync query columns to master. (apache#31859) * Support show auto analyze pending jobs. (apache#31926) * Check column health value earlier, show job priority. (apache#32064) * support window (apache#32094) * Refactor. (apache#32273) * refactor2 (apache#32278) * Unit test (apache#32398) * Support auto analyze mv (apache#32433) * Fix bug (apache#32454) * Support identical column name in different index. (apache#32957) * Fix visible column * Use future to block auto analyze before job finish. (apache#33083) * Fix ut. (apache#33147) * Fix ut (apache#33161) * fix p0 (apache#33210) * Improve failover logic. (apache#33382) * Improve waiting empty table logic. (apache#33472) * Fix pipeline (apache#33671)
…e#34079) we save bi-map in cte consumer to get the maping between producer and consumer. the consumer's output is decided by the map in it. so, cte consumer should be output prunable, and should remove useless entry from map when do column pruning
… to resolve special characters issue with git on windows. (apache#34026)
Make skip_page() in ColumnChunkReader more efficient. No more reading page headers if there are pagelocations in chunk.
… brpc (apache#34098) * need to update thirdparty * apache/brpc#2235
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
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.
Proposed changes
Followup: #25364
support mapping Paimon column type "Row" to Doris type "Struct"
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...