|
@@ -148,6 +148,8 @@ case class CompanyIncrForCidWithoutMD5Utils(s: SparkSession,
|
|
|
s"CONCAT_WS('_',new_cid,${cols_md5.mkString(",")})"
|
|
|
).syn()
|
|
|
|
|
|
+ CompanyIncSummary(spark, project, tableName, "new_cid", dupliCols).calc
|
|
|
+
|
|
|
println(s"${this.getClass.getSimpleName} calc end! " + new Date().toString)
|
|
|
}
|
|
|
}
|