You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make this number configurable via spark.read.option.
Further, distinguish between the channel used in SchemaProvider and DgraphExecutor, and provide individual settings (a general max size and two specific sizes).
The text was updated successfully, but these errors were encountered:
Currently, gRPC maximum message size is hard set to 24 MiB at
spark-dgraph-connector/src/main/scala/uk/co/gresearch/spark/dgraph/connector/package.scala
Line 196 in 78cb221
Make this number configurable via
spark.read.option
.Further, distinguish between the channel used in
SchemaProvider
andDgraphExecutor
, and provide individual settings (a general max size and two specific sizes).The text was updated successfully, but these errors were encountered: