Skip to content
Snippets Groups Projects
  1. Aug 17, 2022
    • bRong Njam's avatar
      Add timezone support (#4502) · 77d49e70
      bRong Njam authored
      This commit adds a `*time.Location` instance in both `frontend.Session` and `process.SessionInfo`, to store session level timezone info. We can use `set time_zone=XXX` to modify it. Three different formats are supported, the same as MySQL:
      
      * set time_zone="SYSTEM". It sets timezone to your operating system's value, which is the default.
      * set time_zone="+01:00". The timezone string specifies offset to UTC. It comprises a not omittable "+/-" sign, 2-digit hour, a ":" sign, and 2-digit minute. Legal values are between -13:59 and +14:00.
      * set time_zone="America/New_York". The timezone string is a legal IANA TZ database name.
      
      TIMESTAMP values are converted from the current time zone to UTC for storage, and back from UTC to the current time zone for retrieval. (This does not occur for other types such as DATETIME.)
      
      Approved by: @daviszhen, @fengttt, @ouyuanning, @aptend, @aressu1985, @nnsgmsone
    • brown's avatar
      CI: optimized unit test coverage and labeler (#4524) · 9a451486
      brown authored
      1. Add the ignore type  .pb. go to Labeler.
      2. Fixed some bugs in UT_PR and optimized the output.
      
      Approved by: @yingfeng, @sukki37
    • qingxinhome's avatar
      Agg sum with decimal (#4529) · 1887b40e
      qingxinhome authored
      Convert the result of decimal64 sum aggregation to decimal128
      
      Approved by: @nnsgmsone, @aunjgr, @fengttt
  2. Aug 16, 2022
  3. Aug 15, 2022
  4. Aug 14, 2022
  5. Aug 13, 2022
  6. Aug 12, 2022