@@ -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)
}