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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
⭐ Spark DataFrameReader Fluent API support - you can define a "table" that will use spark.read.format(something).options(optionsMap).load(path) to load a DataFrame
Documentation for Config Check functionality
devex: You can generate test data with sbt generateTestData
devex: Environment Setup instructions
devex: Makefile with common tasks
devex: We're actually using scalafmt now
devex: We provide a Brewfile for consistent OS packages, Homebrew is the official source for OS packages for DV
repo: We've got templates for feature requests and bug reports now