Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support get_option for local-rel threshold (#65)
SparkConnect's Scala client currently fails for spark.createDataFrame() requests with a `NotImplementedError`. The Scala client for this API submits a request to `"get_option"` with key `"localRelationCacheThreshold"`. We only support ConfigRequests for this key if `"op_type"` is `"get"`. fixes #61 Co-authored-by: pat70 <[email protected]>
- Loading branch information