frameless icon indicating copy to clipboard operation
frameless copied to clipboard

Expressive types for Spark.

Results 63 frameless issues
Sort by recently updated
recently updated
newest added

As UDF expects compilation always this fails when a child cannot compile, such as ExpressionProxy. If, in interpreted mode, a child is deemed an identical subexpression (as occurs in the...

## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.1` to `3.8.2` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.2) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.1...v3.8.2) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

adding: ```scala .set("spark.sql.ansi.enabled","false") // 43 tests fail on overflow / casting issues ``` to the conf settings in TypedDatasetSuite line 43 (fun coincidence) resolves, the tests themselves are at fault...