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

[KYUUBI #6411] Grpc common support #6412

Closed
wants to merge 37 commits into from

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 authored 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 authored 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 authored 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 26, 2024

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

Commits on May 23, 2024

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

    davidyuan1223 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e16fd7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3a4ebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    631ac9a View commit details
    Browse the repository at this point in the history
  5. fork master new version

    davidyuan1223 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0a52c2a View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/grpc-common-support' into grpc-c…

    …ommon-support
    
    # Conflicts:
    #	kyuubi-grpc/pom.xml
    davidyuan1223 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d92fdb6 View commit details
    Browse the repository at this point in the history
  7. fix format error

    davidyuan1223 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4c5a4ae View commit details
    Browse the repository at this point in the history
  8. fix format error

    davidyuan1223 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3e302aa View commit details
    Browse the repository at this point in the history
  9. update settings.md

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

Commits on May 28, 2024

  1. update

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

Commits on Jun 4, 2024

  1. update

    davidyuan1223 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5bf1814 View commit details
    Browse the repository at this point in the history
  2. update

    davidyuan1223 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e031c8c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. update

    davidyuan1223 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    55cbae3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. update

    davidyuan1223 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0c17121 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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