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-40000][SQL] Update INSERTs without user-specified fields to not automatically add default values #37430

Closed
wants to merge 26 commits into from

Commits on Aug 7, 2022

  1. implement

    dtenedor committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    c378c17 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

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

Commits on Aug 12, 2022

  1. Merge branch 'master' into insert-fewer-columns

    fetch latest from master
    dtenedor committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    4060c0d View commit details
    Browse the repository at this point in the history
  2. simplify configs

    dtenedor committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    c65cf96 View commit details
    Browse the repository at this point in the history
  3. simplify configs

    dtenedor committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8aa2425 View commit details
    Browse the repository at this point in the history
  4. simplify configs

    dtenedor committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8345abc View commit details
    Browse the repository at this point in the history
  5. fix tests

    dtenedor committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    01340af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5814d55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0be7d73 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Merge branch 'master' into insert-fewer-columns

    fetch latest from master
    dtenedor committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    152d32c View commit details
    Browse the repository at this point in the history
  2. merge

    dtenedor committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    4d81653 View commit details
    Browse the repository at this point in the history
  3. merge

    dtenedor committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    664a906 View commit details
    Browse the repository at this point in the history
  4. merge

    dtenedor committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    f75af9b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. merge

    dtenedor committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    580041f View commit details
    Browse the repository at this point in the history
  2. merge

    dtenedor committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    ae96143 View commit details
    Browse the repository at this point in the history
  3. merge

    dtenedor committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    55dfee5 View commit details
    Browse the repository at this point in the history
  4. merge

    dtenedor committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d90ee2e View commit details
    Browse the repository at this point in the history
  5. merge

    dtenedor committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6967338 View commit details
    Browse the repository at this point in the history
  6. merge

    dtenedor committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e3f667a View commit details
    Browse the repository at this point in the history
  7. merge

    dtenedor committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    79d9a0c View commit details
    Browse the repository at this point in the history
  8. Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/anal…

    …ysis/ResolveDefaultColumns.scala
    
    Co-authored-by: Gengliang Wang <ltnwgl@gmail.com>
    dtenedor and gengliangwang committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    5ea09f2 View commit details
    Browse the repository at this point in the history
  9. Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/anal…

    …ysis/ResolveDefaultColumns.scala
    
    Co-authored-by: Gengliang Wang <ltnwgl@gmail.com>
    dtenedor and gengliangwang committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    36acf9d View commit details
    Browse the repository at this point in the history
  10. Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/anal…

    …ysis/ResolveDefaultColumns.scala
    
    Co-authored-by: Gengliang Wang <ltnwgl@gmail.com>
    dtenedor and gengliangwang committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6f344b1 View commit details
    Browse the repository at this point in the history
  11. Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/anal…

    …ysis/ResolveDefaultColumns.scala
    
    Co-authored-by: Gengliang Wang <ltnwgl@gmail.com>
    dtenedor and gengliangwang committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    ba92f3d View commit details
    Browse the repository at this point in the history
  12. Update SQLConf.scala

    dtenedor committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    43530dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    183e089 View commit details
    Browse the repository at this point in the history