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-47296][SQL][COLLATION] Fail unsupported functions for non-binary collations #45422

Closed
wants to merge 29 commits into from

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

  1. Reformat code

    uros-db committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    355eee9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. Lockdown using StringType

    uros-db committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    616335b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bec45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77e606c View commit details
    Browse the repository at this point in the history
  4. Renaming and small fixes

    uros-db committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ee72ed3 View commit details
    Browse the repository at this point in the history
  5. Code style fixes

    uros-db committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8bc10f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ee0f58 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Fix checkInputDataTypes

    uros-db committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d3a9e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c11c458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4778951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1582f24 View commit details
    Browse the repository at this point in the history
  5. Collation test fix

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

Commits on Mar 15, 2024

  1. Reformat

    uros-db committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    63caef6 View commit details
    Browse the repository at this point in the history
  2. Remove extra changes

    uros-db committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    38c3906 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d60cef View commit details
    Browse the repository at this point in the history
  4. Improve lockdown handling

    uros-db committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2f5aba9 View commit details
    Browse the repository at this point in the history
  5. Add ANSI type coercion

    uros-db committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b9b185d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fed6cb View commit details
    Browse the repository at this point in the history
  7. Fix type coercion

    uros-db committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    638c6d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Fix ANSI type coercion

    uros-db committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    af7611f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceabb4a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Fix failing tests

    mihailom-db committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0f4a6b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b24fba View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    831197a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b36b0 View commit details
    Browse the repository at this point in the history
  3. Fix newlines

    mihailom-db committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9051923 View commit details
    Browse the repository at this point in the history
  4. Add back newlines

    mihailom-db committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6986b8b View commit details
    Browse the repository at this point in the history