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

Support unix_timestamp on GPU for subset of formats #1113

Merged
merged 18 commits into from
Nov 18, 2020

Commits on Nov 13, 2020

  1. Support unix_timestamp on GPU for subset of formats

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    ab0d61f View commit details
    Browse the repository at this point in the history
  2. close scalar value

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    d0768c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. compatible formats will now run on GPU without requiring incompatible…

    …Ops to be set
    
    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    1c43f8d View commit details
    Browse the repository at this point in the history
  2. code cleanup and address more review comments

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    4a8a922 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b0e654 View commit details
    Browse the repository at this point in the history
  4. update documentation

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    1d15e6b View commit details
    Browse the repository at this point in the history
  5. improve docs

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    900e0ba View commit details
    Browse the repository at this point in the history
  6. use constants for special dates

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    9021145 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Add support for more date formats and remove incompat from to_unix_ti…

    …mestamp
    
    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    94bfbf9 View commit details
    Browse the repository at this point in the history
  2. remove debug print

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d6c7971 View commit details
    Browse the repository at this point in the history
  3. Revert unnecessary change

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    b93fe90 View commit details
    Browse the repository at this point in the history
  4. Make ToUnixTimestamp consistent with UnixTimestamp

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    df64036 View commit details
    Browse the repository at this point in the history
  5. refactor to remove duplicate code

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    dda37b1 View commit details
    Browse the repository at this point in the history
  6. fix resource leaks and fix regressions in python tests

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    b6545be View commit details
    Browse the repository at this point in the history
  7. scalstyle

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    ddf154a View commit details
    Browse the repository at this point in the history
  8. update docs

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    85cfef7 View commit details
    Browse the repository at this point in the history
  9. fix error in handling of legacyTimeParserPolicy=EXCEPTION

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    30aa765 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. fix test failures against Spark 3.1.0

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    dbafb3a View commit details
    Browse the repository at this point in the history