Skip to content

Conversation

@suxiaogang223
Copy link
Contributor

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...

w41ter and others added 30 commits April 17, 2024 15:06
…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
…ocedure (apache#33608)

add regression for routines and show create procedure
Issue Number: close apache#31297

add regression for routines and show create procedure
StarryVerse and others added 27 commits April 26, 2024 07:19
* 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
…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.
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@suxiaogang223 suxiaogang223 deleted the paimon_struct_type branch August 15, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.