Skip to content

Commit e2dfb25

Browse files
committed
Tue Sep 27 20:18:47 PDT 2016
1 parent f0df3a0 commit e2dfb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ object DataSourceStrategy extends Strategy with Logging {
341341
val filterCondition = unhandledPredicates.reduceLeftOption(expressions.And)
342342

343343
// These metadata values make scan plans uniquely identifiable for equality checking.
344-
// TODO(ekl) using strings for equality checking is brittle
344+
// TODO(SPARK-17701) using strings for equality checking is brittle
345345
val metadata: Map[String, String] = {
346346
val pairs = ArrayBuffer.empty[(String, String)]
347347

0 commit comments

Comments
 (0)