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

Enable to_date (via gettimestamp and casting timestamp to date) for non-UTC time zones #10100

Merged
merged 15 commits into from
Jan 4, 2024

Commits on Dec 26, 2023

  1. Enable ToDate (which is basically a subset of Gpu casting string to t…

    …imestamp)
    
    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    cf97edb View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Add tz_sensitive marker

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e486d15 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Fix missing imports

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f834113 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Update GpuCast to handle time zone aware casting of timestamp to date

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    18cef15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7acfe5 View commit details
    Browse the repository at this point in the history
  3. Fix scalastyle

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    db5feac View commit details
    Browse the repository at this point in the history
  4. Remove unncessary restriction on timestamp_gen for casting timestamp …

    …to date
    
    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    6706e2f View commit details
    Browse the repository at this point in the history
  5. Update test to be more thorough for to_date

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    35e6687 View commit details
    Browse the repository at this point in the history
  6. Cleanup formatting

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b55a4bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89c5b78 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    e4237f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. GetTimestamp fix.

    NVnavkumar committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    02eac1d View commit details
    Browse the repository at this point in the history
  2. Add test for to_timestamp and add special cases for Asia/Shanghai tra…

    …nsition times
    
    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    743aef2 View commit details
    Browse the repository at this point in the history
  3. Some typo snuck into this PR, fixing

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    dddc479 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. test was missing the skip for non-supported timezones

    Signed-off-by: Navin Kumar <navink@nvidia.com>
    NVnavkumar committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1579db2 View commit details
    Browse the repository at this point in the history