Commit b377b03
[DOCS] Update StructType.scala
The example will throw error like
<console>:20: error: not found: value StructType
Need to add this line:
import org.apache.spark.sql.types._
Author: Kevin (Sangwoo) Kim <[email protected]>
Closes #10141 from swkimme/patch-1.1 parent d0df2ca commit b377b03
File tree
1 file changed
+1
-0
lines changed- sql/catalyst/src/main/scala/org/apache/spark/sql/types
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments