Browse Source

增加测试

xueyiming 4 days ago
parent
commit
2b8a20cb4c

+ 1 - 1
src/main/scala/com/aliyun/odps/spark/examples/makedata_ad/v20240718/test.scala

@@ -67,7 +67,7 @@ object test {
     val tableSchema = odpsOps.getTableSchema(project, outputTable, isPartition = false)
     for (t <- tableSchema) {
       if (!denseFeatureNames.contains(t._1) && !sparseFeatureNames.contains(t._1)) {
-        printf(t._1)
+        println(t._1)
       }
     }
   }