We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b67a7 commit c12a398Copy full SHA for c12a398
1 file changed
README.md
@@ -6,6 +6,14 @@
6
7
Deriving Spark DataFrame schemas from case classes.
8
9
+## Installation
10
+
11
+struct-type-encoder is available on maven central with the following coordinates:
12
13
+```
14
+"com.github.benfradet" %% "struct-type-encoder" % "0.1.0"
15
16
17
## Motivation
18
19
When reading a DataFrame/Dataset from a data source the schema of the data has to be inferred. In
0 commit comments