Skip to content

Commit c2dff6e

Browse files
remove comment
Co-authored-by: Thomas Chow <[email protected]>
1 parent 0ddc9d9 commit c2dff6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spark/src/main/scala/ai/chronon/spark/TableUtils.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ class TableUtils(@transient val sparkSession: SparkSession) extends Serializable
152152
}
153153
}
154154

155-
// Needs provider
156155
// return all specified partition columns in a table in format of Map[partitionName, PartitionValue]
157156
def allPartitions(tableName: String, partitionColumnsFilter: Seq[String] = Seq.empty): Seq[Map[String, String]] = {
158157

0 commit comments

Comments
 (0)