File tree 2 files changed +7
-7
lines changed
spark-postgres/src/test/scala/io/frama/parisni/spark/postgres
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 158
158
<scope >test</scope >
159
159
<classifier >tests</classifier >
160
160
</dependency >
161
- <!-- dependency>
161
+ <dependency >
162
162
<groupId >com.sksamuel.scapegoat</groupId >
163
163
<artifactId >scalac-scapegoat-plugin_${scala.tools.version}</artifactId >
164
164
<scope >provided</scope >
165
- </dependency-- >
165
+ </dependency >
166
166
</dependencies >
167
167
168
168
<dependencyManagement >
397
397
<scope >test</scope >
398
398
</dependency >
399
399
400
- <!-- dependency>
400
+ <dependency >
401
401
<groupId >com.sksamuel.scapegoat</groupId >
402
402
<artifactId >scalac-scapegoat-plugin_${scala.tools.version}</artifactId >
403
403
<version >${scapegoat.version} </version >
404
- </dependency-- >
404
+ </dependency >
405
405
406
406
</dependencies >
407
407
</dependencyManagement >
560
560
<goals >
561
561
<goal >testCompile</goal >
562
562
</goals >
563
- <!-- configuration>
563
+ <configuration >
564
564
<args >
565
565
<arg >-P:scapegoat:dataDir:${project.build.directory} </arg >
566
566
<arg >-P:scapegoat:reports:xml</arg >
572
572
<version >${scapegoat.version} </version >
573
573
</compilerPlugin >
574
574
</compilerPlugins >
575
- </configuration-- >
575
+ </configuration >
576
576
</execution >
577
577
</executions >
578
578
<configuration >
Original file line number Diff line number Diff line change @@ -983,7 +983,7 @@ class DdlTest extends QueryTest with SparkSessionTestWrapper {
983
983
" LONG_COL" ,
984
984
" ERR_COL" )
985
985
val schema = data.schema
986
- val tableName = s " TEST_SWAP_BASE "
986
+ val tableName = " TEST_SWAP_BASE"
987
987
getPgTool().tableCreate(tableName, schema, isUnlogged = true )
988
988
989
989
data.write
You can’t perform that action at this time.
0 commit comments