We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0df3a0 commit e2dfb25Copy full SHA for e2dfb25
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala
@@ -341,7 +341,7 @@ object DataSourceStrategy extends Strategy with Logging {
341
val filterCondition = unhandledPredicates.reduceLeftOption(expressions.And)
342
343
// These metadata values make scan plans uniquely identifiable for equality checking.
344
- // TODO(ekl) using strings for equality checking is brittle
+ // TODO(SPARK-17701) using strings for equality checking is brittle
345
val metadata: Map[String, String] = {
346
val pairs = ArrayBuffer.empty[(String, String)]
347
0 commit comments