-
Notifications
You must be signed in to change notification settings - Fork 45
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
Spark 3.4 #611
Spark 3.4 #611
Conversation
I'll also publish locationtech/geotrellis#3513 once CQs are cleared! |
@pomadchin Rasterframes is still on geotrellis 3.6.3. There were some dependency conflicts which prevented us from updating. I will see if it builds with the latest release |
@thomas-maschler oh, I guess it's stac4s? |
yes, I get
|
s"$name-assembly-$sparkVer.jar" | ||
else | ||
s"$name-assembly-$sparkVer-$ver.jar" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do I even need to bother about the spark version in the assembly Jar name?
env: | ||
SPARK_VERSION: ${{ matrix.spark_version }} | ||
run: | ||
ulimit -c unlimited |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pomadchin, without this, test suite started to crash for Spark versions <3.4 after I added frameless 0.14.1. Any idea why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, that's a good observation though
@echeipesh, the publishing CI workflow is still incomplete and only builds jar and wheel on the worker but does not publish the files to Maven or Pypi. Do you want to keep this manual for now? |
@thomas-maschler stac4s migrated into the stac org! https://github.com/stac-utils/stac4s I'll update it once I have some time (: |
🔥 |
Let's merge it as is for now! |
Add support for Spark 3.2.4, 3.3.2 and 3.4.0