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

[SPARK-48441][SQL] Fix StringTrim behaviour for non-UTF8_BINARY collations #46762

Closed
wants to merge 21 commits into from

Commits on May 27, 2024

  1. Initial commit

    uros-db committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0209fc4 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Small fixes

    uros-db committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1f6881d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    204d26e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Fix trim logic

    uros-db committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5039ddf View commit details
    Browse the repository at this point in the history
  2. Lint fixes

    uros-db committed May 30, 2024
    Configuration menu
    Copy the full SHA
    361c7b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jul 4, 2024

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

Commits on Jul 5, 2024

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

Commits on Jul 7, 2024

  1. Fix test

    uros-db committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    292acf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Refactor trim

    uros-db committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    097a846 View commit details
    Browse the repository at this point in the history
  2. Add tests

    uros-db committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    176b148 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9192b55 View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    uros-db committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    598f522 View commit details
    Browse the repository at this point in the history
  5. Fix java lint

    uros-db committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    12cc084 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Fix

    uros-db committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    469c325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2133d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Fix comments

    uros-db committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    06575fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf90d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Fixes

    uros-db committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    8c5787d View commit details
    Browse the repository at this point in the history
  2. Fix tests

    uros-db committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d15d92a View commit details
    Browse the repository at this point in the history