-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Pick](branch-2.0) Pick from branch-2.0 #27602
Commits on Nov 27, 2023
-
[fix](stats) Fix update rows for unique table didn't get updated prop…
…erly apache#26968 (apache#27337)
Configuration menu - View commit details
-
Copy full SHA for 4ba7912 - Browse repository at this point
Copy the full SHA 4ba7912View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f729a - Browse repository at this point
Copy the full SHA c7f729aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca96a2e - Browse repository at this point
Copy the full SHA ca96a2eView commit details -
[Bug](insert)fix insert wrong data on mv when stmt have multiple valu…
…es (apache#27297) (apache#27382) fix insert wrong data on mv when stmt have multiple values
Configuration menu - View commit details
-
Copy full SHA for d111905 - Browse repository at this point
Copy the full SHA d111905View commit details -
[fix](fe ut) Fix OlapQueryCacheTest failed (apache#27305) (apache#27406)
1. ``` java.lang.NullPointerException: null at org.apache.doris.catalog.Env.getCurrentSystemInfo(Env.java:793) ~[classes/:?] at org.apache.doris.qe.SimpleScheduler$UpdateBlacklistThread.run(SimpleScheduler.java:206) ~[classes/:?] at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_382] java.lang.NullPointerException at org.apache.doris.qe.OlapQueryCacheTest.setUp(OlapQueryCacheTest.java:226) ``` 2. ``` [ERROR] testSqlCacheKeyWithNestedViewForNereids Time elapsed: 1.962 s <<< FAILURE! java.lang.AssertionError: SELECT command denied to user 'testCluster:testUser'@'192.168.1.1' for table 'internal: testCluster:testDb: appevent' at org.apache.doris.qe.OlapQueryCacheTest.parseSqlByNereids(OlapQueryCacheTest.java:579) at org.apache.doris.qe.OlapQueryCacheTest.testSqlCacheKeyWithNestedViewForNereids(OlapQueryCacheTest.java:1338) ``` 3. ``` [ERROR] Tests run: 28, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 113.63 s <<< FAILURE! - in org.apache.doris.qe.OlapQueryCacheTest [ERROR] testCacheModeTable Time elapsed: 1.657 s <<< ERROR! java.lang.IllegalArgumentException: Value of type org.apache.doris.qe.QueryState incompatible with return type org.apache.doris.system.SystemInfoService of org.apache.doris.catalog.Env#getCurrentSystemInfo() at org.apache.doris.qe.OlapQueryCacheTest.setUp(OlapQueryCacheTest.java:156) ```
Configuration menu - View commit details
-
Copy full SHA for 9c49c2d - Browse repository at this point
Copy the full SHA 9c49c2dView commit details -
[regression test](schema change) add some schema change regression ca…
…ses (apache#27112) (apache#27418)
Configuration menu - View commit details
-
Copy full SHA for 43e371b - Browse repository at this point
Copy the full SHA 43e371bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a171f02 - Browse repository at this point
Copy the full SHA a171f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d04663 - Browse repository at this point
Copy the full SHA 3d04663View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a71d4 - Browse repository at this point
Copy the full SHA c1a71d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7340d - Browse repository at this point
Copy the full SHA ae7340dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb2897 - Browse repository at this point
Copy the full SHA 6bb2897View commit details -
[performance](Planner): optimize getStringValue() in DateLiteral (apa…
…che#27363) (apache#27470) - reduce cost of `getStringValue()` - original code don't consider `microsecond` part in `getStringValue()` (cherry picked from commit 044a295)
Configuration menu - View commit details
-
Copy full SHA for ff117fd - Browse repository at this point
Copy the full SHA ff117fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c46e7 - Browse repository at this point
Copy the full SHA 63c46e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ccde8c - Browse repository at this point
Copy the full SHA 9ccde8cView commit details -
[improve](nereids) support agg function of count(const value) pushdown …
…apache#26677 (apache#27499) support sql: select count(1)-count(not null) from table, the agg of count could push down.
Configuration menu - View commit details
-
Copy full SHA for 95f4819 - Browse repository at this point
Copy the full SHA 95f4819View commit details -
[test](fe-ut) fix unstable MysqlServerTest (apache#27459)
Need to find a unbind port for MysqlServerTest
Configuration menu - View commit details
-
Copy full SHA for 89c2f68 - Browse repository at this point
Copy the full SHA 89c2f68View commit details -
[opt](MergedIO) no need to merge large columns (apache#27315) (apache…
…#27497) 1. Fix a profile bug of `MergeRangeFileReader`, and add a profile `ApplyBytes` to show the total bytes of ranges. 2. There's no need to merge large columns, because `MergeRangeFileReader` will increase the copy time.
Configuration menu - View commit details
-
Copy full SHA for 623f0a9 - Browse repository at this point
Copy the full SHA 623f0a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b15f3d6 - Browse repository at this point
Copy the full SHA b15f3d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9949410 - Browse repository at this point
Copy the full SHA 9949410View commit details -
[chore](merge-on-write) disable rowid conversion check for mow table …
…by default (apache#27482) (apache#27508)
Configuration menu - View commit details
-
Copy full SHA for 723ac1d - Browse repository at this point
Copy the full SHA 723ac1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8556dbb - Browse repository at this point
Copy the full SHA 8556dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7dce06 - Browse repository at this point
Copy the full SHA f7dce06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b50f73 - Browse repository at this point
Copy the full SHA 5b50f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d1381 - Browse repository at this point
Copy the full SHA 91d1381View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf30df - Browse repository at this point
Copy the full SHA dbf30dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d1aaaa - Browse repository at this point
Copy the full SHA 4d1aaaaView commit details -
Fix auto analyze doesn't filter unsupported type bug. (apache#27547)
Fix auto analyze doesn't filter unsupported type bug. Catch throwable in auto analyze thread for each database, otherwise the thread will quit when one database failed to create jobs and all other databases will not get analyzed. change FE config item full_auto_analyze_simultaneously_running_task_num to auto_analyze_simultaneously_running_task_num backport apache#27559
Configuration menu - View commit details
-
Copy full SHA for 7781a44 - Browse repository at this point
Copy the full SHA 7781a44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f519514 - Browse repository at this point
Copy the full SHA f519514View commit details -
[Bug](materialized-view) add limitation for duplicate expr on materia…
…lized view (apache#27523) (apache#27562)
Configuration menu - View commit details
-
Copy full SHA for 850e0db - Browse repository at this point
Copy the full SHA 850e0dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b5823 - Browse repository at this point
Copy the full SHA f4b5823View commit details -
Configuration menu - View commit details
-
Copy full SHA for b19d966 - Browse repository at this point
Copy the full SHA b19d966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea2ba5 - Browse repository at this point
Copy the full SHA 7ea2ba5View commit details -
[Fix](hive-transactional-table) Fix NPE when query empty hive transac…
…tional table. (apache#27567)
Configuration menu - View commit details
-
Copy full SHA for e41d995 - Browse repository at this point
Copy the full SHA e41d995View commit details