[chore](sql) Forbid show hidden columns and create table with hidden column (#38796)#38923
Closed
924060929 wants to merge 3468 commits intoapache:masterfrom 924060929:branch-2.1-hide-column
+734,438-149,441
Commits
This pull request is big! We're only showing the most recent 250 commits
Commits on Jul 16, 2024
- authored
[improvement](mtmv) improve mv rewrite performance by reuse the shuttled expression (apache#37197) (apache#37935)
authored- authored
- authored
- authored
Commits on Jul 17, 2024
- authored
- authored
[Fix](InternalSchema) Compute nodes should not be used for Internal schema three replica (apache#36130) (apache#37961)
- authored
[fix](routine-load) fix routine load pause when Kafka data deleted after TTL (apache#37288) (apache#37983)
authored- authored
- authored
- authored
[fix](dynamic partition) fix create dynamic partition with overlap not throw exception apache#37924 (apache#37964)
authored- authored
Revert "[opt](serde)Optimize the filling of fixed values into block columns without repeated deserialization. (apache#37377)" (apache#38007)
authored[fix](regression)Fix test_agg_complex_type fail case. Improve analyze_stats time consumption. (apache#37895) (apache#38014)
authored- authored
Commits on Jul 18, 2024
- authored
[fix](nereids) bug: after is-null stats derive, other column stats are dropped (apache#37809) (apache#38024)
authored- authored
[fix](inverted index) Corrected the issue of no_index_match failure caused by empty data apache#37947 (apache#38002)
authored- authored
- authored
[fix](publish) Pick Catch exception in genPublishTask to make one failed txn does not block the other txns (apache#37724) (apache#38042)
authored[branch-2.1] Picks "[opt](delete) Delete job should retry for failure that is not DELETE_INVALID_XXX apache#37834" (apache#38032)
authored- authored
- authored
- authored
[enhancement](memtable) use shared ptr for flush token since it is shared between memtable write thread and flush thread (apache#38023) (apache#38068)
- authored
- authored
- authored
- authored
[fix](regression test) test_alter_colocate_group due to force_olap_table_replication_num apache#35835 (apache#38092)
authored- authored
[enhancement](runtimefilter) fix potential core in runtime filter sync filter size (apache#38058) (apache#38093)
- authored
- authored
- authored
- authored
[Fix](nereids) add backquote and qualifier to udf, column, column alias and table alias when create view (apache#37237) (apache#37984)
authored- authored
Commits on Jul 19, 2024
[feature](iceberg) iceberg write support insert overwrite and optimize hive write transaction statistics and (apache#37191) (apache#38097)
[cherry-pick](branch-2.1) Pick "[Fix](delete) Fix delete on value case due to compaction (apache#37917)" (apache#38116)
authored- authored
- authored
- authored
- authored
[branch-2.1][fix](compatibility) Enhance SSL and Long Flag Handling in MySQL Handshake (apache#38140)
authored[Fix](JsonReader) fix json with duplicate key entry may result out of bound exception (apache#38147)
authored- authored
- authored
- authored
- authored
Commits on Jul 20, 2024
Commits on Jul 21, 2024
Commits on Jul 22, 2024
[Fix](load) Fix uninitiated load_type (not a valid value for type) of StreamLoadContext when operate_txn_2pc apache#38033 (apache#38187)
authored[enhancement](compaction) Control the parallelism for urgent compacton tasks (apache#37782) (apache#38189)
authored- authored
[feature](csv)Supports reading CSV data using LF and CRLF as line separators. (apache#37687) (apache#38099)
authored
Commits on Jul 23, 2024
- authored
- authored
- authored
[fix](regression test) fix test_report_version_missing due to set force_olap_table_replication_num apache#38211 (apache#38232)
authored[enhancement](log) Changed log of waiting previous transactions to info level for debug convenience (apache#38133) (apache#38230)
authored[Fix](Nereids) TopN should forbid two-phase topN if child is DistributionSpecGather (apache#36877) (apache#38164)
authored- authored
[fix](load data) decommission replica don't load data when it misses versions apache#38198 (apache#38256)
authored[Fix](test)Fix the job's erroneous test case for asynchronous tests of periodic tasks. (apache#38264)
authored- authored
Commits on Jul 24, 2024
[cherry-pick](branch-2.1) Pick "[Enhancement](group commit)Optimize be select for group commit apache#35558" (apache#37830)
authored[fix](agg_state) adjust nullable should apply on agg_state inner type too (apache#37489) (apache#38281)
authored- authored
- authored
- authored
- authored
[fix](group commit) Fix prepare stmt setNull return too many filtered rows error (apache#38262) (apache#38276)
authored[fix](compaction) fix duplicate key in agg/mor table caused by ordered data compaction (apache#38224) (apache#38299)
authored
Commits on Jul 25, 2024
- authored
- authored
[branch-2.1](function) fix wrong result when convert_tz is out of bound (apache#37358) (apache#38313)
authored- authored
- authored
[fix](function) the bucket number arg of width_bucket should be a positive integer value (apache#37892) (apache#38295)
authored- authored
[cherry-pick](branch-21) fix collect_set function core dump without arena pool (apache#38234) (apache#38307)
authored- authored
[cherry-pick](branch-21) fix conv function get wrong result as parse overflow (apache#38001) (apache#38309)
authoredPick "[enhance](Cooldown) Use config to control whether use cooldown replica for scanning first" (apache#38322)
authored- authored
[Feature](multi-catalog) Add memory tracker for orc reader/writer and arrow parquet writer。 (apache#37257)
authored- authored
- authored
- authored
- authored
- authored
- authored
- authored
- authored
- authored
- authored
- authored
Commits on Jul 26, 2024
- authored
- authored
[opt](Nereids) add where Null rule to create empty relation as where false (apache#38135) (apache#38361)
authored- authored
Commits on Jul 29, 2024
Commits on Jul 30, 2024
- authored
- authored
- authored
- authored
[opt](compatibility) fill schema and table name in protocol column def (apache#38126) (apache#38522)
authored[fix](nereids) fix The children format needs to be [WhenClause+, DefaultValue?] (apache#38491) (apache#38546)
authored[fix](nereids) fix insert stmt throw MultiCastDataSink cannot be cast to DataStreamSink (apache#38526) (apache#38547)
authored
Commits on Jul 31, 2024
- authored
- authored
- authored
- authored
- authored
- authored
- authored
- authored
[fix](partial-update) insert only without auto_inc column should not use partial update (apache#38229) (apache#38504)
authored- authored
- authored
[Update](inverted index) Add column name to debug point for "no need to read data" optimization apache#37649 (apache#38579)
authored[Fix](inverted index) remove duplicate stats of inverted_index_query_cache_miss apache#36707 (apache#38580)
authored- authored
- authored
[Fix](inverted index) fix wrong no need read data when same column in inverted index and like function apache#36687 (apache#38581)
authored- authored
[Pick 2.1](regression-test) fix wrong variable name in test_index_compaction_with_multi_index_segments (apache#38577)
authored- authored
- authored
- authored
- authored
- authored
[case][fix](iceberg)move rest cases from p2 to p0 and fix iceberg version issue for 2.1 (apache#37898) (apache#38589)
authored- authored
- authored
- authored
- authored
[feature](paimon/iceberg)add a docker that can directly pull up all the relevant environments of paimon/iceberg/doris for 2.1 (apache#38009) (apache#38588)
authored
Commits on Aug 1, 2024
- authored
- authored
[Cherry-pick](branch-2.1) Pick "[Enhancement](audit log) Add print audit log sesssion variable apache#38419" (apache#38624)
authored[bugfix](paimon)Fixed the reading of timestamp with time zone type data for 2.1 (apache#37716) (apache#38592)
authored- authored
- authored
- authored
- authored
- authored
- authored
- authored
- authored
- authored
[fix](group commit) Pick add debug log show why group commit not work; delete wal when replay success (apache#38611) (apache#38659)
authored- authored
- authored
- authored
- authored
- authored
[fix](mtmv) Choose a valid partition column when there are both valid and invalid expressions (apache#38367) (apache#38684)
authored- authored
[feature](http action)Add http action to show nested inverted index file (apache#38272) (apache#38672)
authored- authored
Commits on Aug 2, 2024
- authored
- authored
- authored
- authored
- authored
- authored
- authored
[test](inverted index)Add cases for inverted index format v2 (apache#38132)(apache#38443) (apache#38222)
authored- authored
- authored
- authored
[refactor](catalog) set "use_meta_cache" default to true (apache#38244)(apache#38352)(apache#38619) (apache#38355)
- authored
- authored
- authored
[branch-2.1] Picks "[opt](merge-on-write) Skip the alignment process of some rowsets in partial update apache#38487" (apache#38682)
authored
Commits on Aug 4, 2024
- authored
- authored
- authored
[chore](test) disable fault injection to make pipeline task check happy (apache#38665) (apache#38821)
authored- authored
- authored
[fix](routine load) fix enclose and escape can not set in routine load job (apache#38402) (apache#38825)
authored- authored
Commits on Aug 5, 2024
- authored
[Fix](ScanNode) Move the finalize phase of ScanNode to after the end of the Physical Translate phase (apache#38604)
authored- authored
[feature](hive)Support reading renamed Parquet Hive and Orc Hive tables. (apache#38432) (apache#38809)
authored[cherry-pick](branch-21)fix operator do_projections should use local_state intermediate_projections (apache#38612) (apache#38765)
authored- authored
[opt](serde)Optimize the filling of fixed values into block columns without repeated deserialization. (apache#37377) (apache#38245) (apache#38810)
authored[branch-2.1][improvement](jdbc catalog) improvement some jdbc catalog properties check order (apache#38770)
authored[Fix](nereids) change char(0) to char(1), varchar(0) to varchar(65533) when create table (apache#38427) (apache#38530)
[fix](regression) fix prepare_insert when execute prepare stmt in observer fe (apache#38545) (apache#38850)
authored- authored
- authored
- authored
- authored
- authored
- authored
- authored
[fix](compaction) fix mismatch between segment key and value column rows during compaction (apache#37960)(apache#38251)(apache#38356) (apache#38835)
authored- authored
- authored
- authored
- authored
[fix](group commit) Fix group commit debug log and improve performance (apache#38754) (apache#38841)
authored[fix](fe) Fix the default value of ReplacePartitionClause.isStrictRange (apache#38688) (apache#38879)
authored- authored
[improvement](tablet scheduler) Adjust tablet sched priority to help load data succ apache#38528 (apache#38884)
authored
Commits on Aug 6, 2024
- authored
- authored
- authored
- authored
- authored
- authored
- committed