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

[Pick](branch-2.0) Pick from branch-2.0 #27602

Merged
merged 33 commits into from
Nov 27, 2023

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    4ba7912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7f729a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca96a2e View commit details
    Browse the repository at this point in the history
  4. [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
    BiteTheDDDDt authored and eldenmoon committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d111905 View commit details
    Browse the repository at this point in the history
  5. [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)
    ```
    xinyiZzz authored and eldenmoon committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9c49c2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43e371b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a171f02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d04663 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1a71d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae7340d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bb2897 View commit details
    Browse the repository at this point in the history
  12. [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)
    jackwener authored and eldenmoon committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ff117fd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63c46e7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9ccde8c View commit details
    Browse the repository at this point in the history
  15. [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.
    zhangstar333 authored and eldenmoon committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    95f4819 View commit details
    Browse the repository at this point in the history
  16. [test](fe-ut) fix unstable MysqlServerTest (apache#27459)

    Need to find a unbind port for MysqlServerTest
    morningman authored and eldenmoon committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    89c2f68 View commit details
    Browse the repository at this point in the history
  17. [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.
    AshinGau authored and eldenmoon committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    623f0a9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b15f3d6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9949410 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    723ac1d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8556dbb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f7dce06 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5b50f73 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    91d1381 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dbf30df View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4d1aaaa View commit details
    Browse the repository at this point in the history
  27. 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
    Jibing-Li authored and eldenmoon committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7781a44 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f519514 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    850e0db View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f4b5823 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b19d966 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7ea2ba5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e41d995 View commit details
    Browse the repository at this point in the history