Commit 471fd40
committed
[SPARK-10648] Oracle dialect to handle nonspecific numeric types #9495
Squashed commit of the following:
commit a1370a7
Author: Travis Hegner <[email protected]>
Date: Thu Nov 5 11:10:35 2015 -0500
style cleanup
commit 839bcb5
Author: Travis Hegner <[email protected]>
Date: Thu Nov 5 10:06:19 2015 -0500
more attribution
commit 3157ed5
Author: Travis Hegner <[email protected]>
Date: Thu Nov 5 10:04:09 2015 -0500
adding canHandle override, and registration of OracleDialect
commit cc764d4
Author: Travis Hegner <[email protected]>
Date: Thu Nov 5 09:53:43 2015 -0500
initial attempt
Conflicts:
sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala1 parent 00efa3c commit 471fd40
File tree
1 file changed
+23
-0
lines changed- sql/core/src/main/scala/org/apache/spark/sql/jdbc
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
0 commit comments