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

[FEA] Support Databricks 7.3 LTS Runtime #1076

Merged
merged 46 commits into from
Nov 7, 2020

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    6108480 View commit details
    Browse the repository at this point in the history
  2. copy rest of 300db files

    tgravescs committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    284b3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c7a324 View commit details
    Browse the repository at this point in the history
  4. update profile name

    tgravescs committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c5d62f8 View commit details
    Browse the repository at this point in the history
  5. Fix missing include

    tgravescs committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    e9445cd View commit details
    Browse the repository at this point in the history
  6. fixes

    tgravescs committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    e0aa165 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. changes

    tgravescs committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    b967ea7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

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

    tgravescs committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    8d90862 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. databricks changes 3.0.1

    tgravescs committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4b691dc View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Fix broadcast like

    tgravescs committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    3eb8cad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    600ae7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a00c36 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    ddfe59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc35edb View commit details
    Browse the repository at this point in the history
  3. Fix order of variables

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    075bf7a View commit details
    Browse the repository at this point in the history
  4. comment out slck for now

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    53d8a19 View commit details
    Browse the repository at this point in the history
  5. Fix missing variables

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    3eed0ab View commit details
    Browse the repository at this point in the history
  6. update docs and build args

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    5710184 View commit details
    Browse the repository at this point in the history
  7. use quotes for profeiles

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    57437d6 View commit details
    Browse the repository at this point in the history
  8. python escape

    Signed-off-by: Thomas Graves <tgraves@nvidia.com>
    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    64e7141 View commit details
    Browse the repository at this point in the history
  9. remove %q

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    45e3a53 View commit details
    Browse the repository at this point in the history
  10. debug

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    eaf758d View commit details
    Browse the repository at this point in the history
  11. Fix maven location install

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    75df29e View commit details
    Browse the repository at this point in the history
  12. rearrange

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    532a1e0 View commit details
    Browse the repository at this point in the history
  13. Fix version parameter

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    9d7b590 View commit details
    Browse the repository at this point in the history
  14. add bck shutdown

    tgravescs committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    83759a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. increase timeout

    tgravescs committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    99a3ec6 View commit details
    Browse the repository at this point in the history
  2. update deploy script

    tgravescs committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    01ab248 View commit details
    Browse the repository at this point in the history
  3. fix comment

    tgravescs committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    4af41ba View commit details
    Browse the repository at this point in the history
  4. fix deploy dir

    tgravescs committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    dd22c44 View commit details
    Browse the repository at this point in the history
  5. update

    tgravescs committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    222709c View commit details
    Browse the repository at this point in the history
  6. add back in tests

    tgravescs committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    53c563b View commit details
    Browse the repository at this point in the history
  7. minor updates

    tgravescs committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    9104771 View commit details
    Browse the repository at this point in the history
  8. put slack back

    tgravescs committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    9fd606c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    c19c307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dac240c View commit details
    Browse the repository at this point in the history
  3. cleanup imports

    Signed-off-by: Thomas Graves <tgraves@nvidia.com>
    tgravescs committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    a06a6b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72509a8 View commit details
    Browse the repository at this point in the history
  5. remove ZoneId import

    Signed-off-by: Thomas Graves <tgraves@nvidia.com>
    tgravescs committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f813cf8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b67615f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62cd45d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2126b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41c4b23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6568fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2189bee View commit details
    Browse the repository at this point in the history