Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphframes/graphframes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: graphframes/graphframes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Choose a head ref
  • 8 commits
  • 13 files changed
  • 5 contributors

Commits on Sep 6, 2020

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

Commits on Oct 22, 2020

  1. [ML-12428] Upgrade CI spark version to 3.0.1 (#372)

    Upgrade CI spark version to 3.0.1
    WeichenXu123 authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    2a0eeb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Extend to Spark 3.1 (#381)

    EnricoMi authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    112983f View commit details
    Browse the repository at this point in the history
  2. Correct the order of the analogy (#377)

    When making an analogy (A is to a as B is to b), the first part (A) is the part you _don't know_ and the second part (B) is the part you know.
    
    This sentence is trying to explain GraphFrames to people who already know GraphX, so GraphX is last in the analogy.
    johnnyleitrim authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e7bf66a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Replace bintray (#385)

    Bintray is being deprecated which will cause builds to fail because there are dependencies on Bintray: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
    
    Also see #384
    
    This PR replaces the usages of Bintray with repo.scala-sbt.org which I found from this issue on SBT about replacing Bintray. I was able to run a build locally with these changes during the April 26 Bintray brownout.
    menglewis authored May 17, 2021
    Configuration menu
    Copy the full SHA
    de1e840 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    c7008f2 View commit details
    Browse the repository at this point in the history
  2. Setting version to 0.8.2

    mengxr committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    1cd7abb View commit details
    Browse the repository at this point in the history
Loading