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

Add support for regexp_extract_all on GPU #5968

Merged

Commits on Jun 2, 2022

  1. [WIP] initial work

    anthony-chang committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    2513a74 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. [WIP] initial work

    anthony-chang committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    1bc597e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Merge branch 'regexp-extract-all' of github.com:anthony-chang/spark-r…

    …apids into regexp-extract-all
    anthony-chang committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b90c914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0f2cd View commit details
    Browse the repository at this point in the history
  3. [WIP] use findall for group idx=0

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c17a594 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

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

Commits on Jul 4, 2022

  1. Fix typing issues, add python tests

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    48145b5 View commit details
    Browse the repository at this point in the history
  2. Remove scala tests, add python tests for errors/fallback

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    e782683 View commit details
    Browse the repository at this point in the history
  3. Fix scalastyle

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    b9a716c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. [WIP] initial implementation for regexp extract all

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    8cd0f8d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Cleanup, add comments, handle idx=0 and > 0 cases

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    8385831 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-22.08' of github.com:nvidia/spark-rapids into re…

    …gexp-extract-all-positive-idx
    anthony-chang committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    916d1e3 View commit details
    Browse the repository at this point in the history
  3. Add python tests and handle null inputs properly

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    8b9d356 View commit details
    Browse the repository at this point in the history
  4. Update docs

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    e02b59a View commit details
    Browse the repository at this point in the history
  5. Cleanup impoorts

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    2af89b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Rename variables

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    786d0a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-22.08' of github.com:nvidia/spark-rapids into re…

    …gexp-extract-all-positive-idx
    anthony-chang committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    c53a9d1 View commit details
    Browse the repository at this point in the history
  3. Wrap scalar in withResource call

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    429e180 View commit details
    Browse the repository at this point in the history
  4. Address feedback about resource exceptions

    Signed-off-by: Anthony Chang <antchang@nvidia.com>
    anthony-chang committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    1834490 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Merge branch 'branch-22.08' of github.com:NVIDIA/spark-rapids into re…

    …gexp-extract-all-positive-idx
    anthony-chang committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    eb5b7b3 View commit details
    Browse the repository at this point in the history