apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
217 stars 46 forks source link

GAR Spark 3.3.x is not working with Spark 3.3.1 #639

Open SemyonSinchenko opened 4 days ago

SemyonSinchenko commented 4 days ago

Describe the bug, including details regarding any error messages, version, and platform.

Details in #637

I think we should add a check that we are updating all the keys only if they are actually present. It should be a very rare case and it looks more like a bug in Spark itself that they broke back-compatibility in a minor release.

Anyway, we can add a simple code that checks that a conf exists.

Component(s)

Spark