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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

SparkConnectEngineDemo #6365

Closed

Commits on Jan 13, 2023

  1. fix-apache#4057 info:

    1. "$@" is a array, we want use string to compare. so update "$@" => "$*"
    2. `tty` mean execute the command, we can use $(tty) replace it
    3. param $# is a number, compare number should use -gt/-lt,not >/<
    davidyuan1223 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    dd39efd View commit details
    Browse the repository at this point in the history
  2. fix-apache#4057 info: modify the shellcheck errors file in ./bin

    1. "$@" is a array, we want use string to compare. so update "$@" => "$*"
    2. `tty` mean execute the command, we can use $(tty) replace it
    3. param $# is a number, compare number should use -gt/-lt,not >/<
    4. not sure the /bin/kyuubi line 63 'exit -1' need modify? so the directory bin only have a shellcheck note in /bin/kyuubi
    davidyuan1223 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    86e4e1c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/fix-#4057' into fix-apache#4057

    # Conflicts:
    #	bin/docker-image-tool.sh
    davidyuan1223 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    cb11935 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55a0a43 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

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

Commits on Apr 2, 2023

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

Commits on Sep 22, 2023

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

Commits on Sep 26, 2023

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

    davidyuan1223 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b616044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    360d183 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c83836b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Revert "fix_4186"

    davidyuan1223 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    40e80d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from davidyuan1223/revert-11-fix_4186

    Revert "fix_4186"
    davidyuan1223 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0925a4b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Oct 10, 2023

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

    davidyuan1223 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    56b91a3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from davidyuan1223/fix

    fix_4186
    davidyuan1223 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    57ec746 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Oct 26, 2023

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SQLOperationListener.scala
    #	externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SparkConsoleProgressBar.scala
    davidyuan1223 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bcb0cf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b51840 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

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

Commits on Jan 18, 2024

  1. fix_4186

    davidyuan1223 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    140c7ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94d8400 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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

Commits on Apr 18, 2024

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

Commits on May 6, 2024

  1. update

    davidyuan1223 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3479ae8 View commit details
    Browse the repository at this point in the history
  2. update

    davidyuan1223 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fb94979 View commit details
    Browse the repository at this point in the history
  3. update gitignore

    davidyuan1223 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    941e808 View commit details
    Browse the repository at this point in the history
  4. first compatible with spark grpc

    currently only support config(not test)
    davidyuan1223 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8b45d3d View commit details
    Browse the repository at this point in the history
  5. first compatible with spark grpc

    currently only support config(not test)
    davidyuan1223 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    02a4198 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. update

    davidyuan1223 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    957f18f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. update

    davidyuan1223 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    bfb5ec2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. update

    davidyuan1223 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0ed267c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. update

    davidyuan1223 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    0fb0731 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. update

    davidyuan1223 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9083281 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. update

    davidyuan1223 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d282ea9 View commit details
    Browse the repository at this point in the history
  2. update1

    davidyuan1223 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c763baa View commit details
    Browse the repository at this point in the history
  3. first compatible with spark grpc

    currently only support config(not test)
    davidyuan1223 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e5572ea View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. update1

    davidyuan1223 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2354f2e View commit details
    Browse the repository at this point in the history