-
Notifications
You must be signed in to change notification settings - Fork 252
Comparing changes
Open a pull request
base repository: graphframes/graphframes
base: v0.8.2
head repository: graphframes/graphframes
compare: v0.8.3
- 9 commits
- 33 files changed
- 5 contributors
Commits on Oct 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 375547a - Browse repository at this point
Copy the full SHA 375547aView commit details
Commits on Oct 18, 2021
-
Use official Spark 3.2 PyPI release in CI (#404)
* add sbt creds to simplify release * use official pypi 3.2 release
Configuration menu - View commit details
-
Copy full SHA for 4a5b3d9 - Browse repository at this point
Copy the full SHA 4a5b3d9View commit details
Commits on Aug 25, 2022
-
Upgrade to latest spark versions 3.3.0, 3.2.2 and 3.1.3 (#415)
* Upgrade to latest spark versions Add CI build for spark 3.3.0 Upgrade spark 3.2.0 to 3.2.2 Upgrade spark 3.1.2 to 3.1.3 * Share single SparkContext for all tests The previous setup would cause test to end up using a stopped spark context causing them to fail. This seems to be due to some change in spark 3.3.0, by making the whole suite using a single SparkContext this issue goes away.
Emil Ejbyfeldt authoredAug 25, 2022 1Configuration menu - View commit details
-
Copy full SHA for 100fb01 - Browse repository at this point
Copy the full SHA 100fb01View commit details
Commits on Feb 15, 2023
-
Python: Replace SQLContext with SparkSession (#424)
* GraphFrame: Use SparkSession instead of SQLContext * ci: Remove spark 2.4.8 Spark 2.4.x does not support SparkSession.getActiveSession(). According to https://spark.apache.org/versioning-policy.html, spark 2.4.x is EOL and the last version was released 5 years ago. There's little meaning to support it.
William Tang authoredFeb 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 1e1dbd3 - Browse repository at this point
Copy the full SHA 1e1dbd3View commit details
Commits on Feb 16, 2023
-
Update CI actions and dependencies (#425)
* ci: Update spark versions * ci: Update ubuntu to 22.04 * ci: Update actions * ci: Use openjdk 11 * ci: Use python 3.9 * python: Update nose to 1.3.7
William Tang authoredFeb 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 82f7979 - Browse repository at this point
Copy the full SHA 82f7979View commit details
Commits on Feb 22, 2023
-
Add support for scala 2.13 (#417)
Only adds scala CI builds as I don't belive there is any pre-built pyspark release using scala 2.13.
Emil Ejbyfeldt authoredFeb 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 3d76998 - Browse repository at this point
Copy the full SHA 3d76998View commit details
Commits on Jul 18, 2023
-
Remove deprecated sqlContext in graphframe scala code (#432)
* update Signed-off-by: Weichen Xu <weichen.xu@databricks.com> * update tests Signed-off-by: Weichen Xu <weichen.xu@databricks.com> * update guide Signed-off-by: Weichen Xu <weichen.xu@databricks.com> * update example Signed-off-by: Weichen Xu <weichen.xu@databricks.com> --------- Signed-off-by: Weichen Xu <weichen.xu@databricks.com>
Configuration menu - View commit details
-
Copy full SHA for a2c1dbc - Browse repository at this point
Copy the full SHA a2c1dbcView commit details
Commits on Sep 12, 2023
-
Spark 3.4.1 and drop EOL Spark versions 3.0 and 3.1 (#430)
* Spark 3.4.0 * Drop EOL spark versions * Upgrade 3.2 to 3.2.4 * Align scala version with what is used in spark * Used 2.12.12 in scala ci for sbt-scoverage compatibility * rebuild * Use Spark 3.4.1 * Trigger CI * Apply suggestions from code review Co-authored-by: Enrico Minack <github@enrico.minack.dev> --------- Co-authored-by: Enrico Minack <github@enrico.minack.dev>
Configuration menu - View commit details
-
Copy full SHA for 7e2cd1c - Browse repository at this point
Copy the full SHA 7e2cd1cView commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72187f4 - Browse repository at this point
Copy the full SHA 72187f4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8.2...v0.8.3