dilipbiswal commented on a change in pull request #26042: [SPARK-29092][SQL]
Report additional information about DataSourceScanExec in EXPLAIN FORMATTED
URL: https://github.com/apache/spark/pull/26042#discussion_r335591256
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala
##########
@@ -436,6 +436,9 @@ class SQLQueryTestSuite extends QueryTest with
SharedSparkSession {
.replaceAll(
s"Location.*/sql/core/spark-warehouse/$clsName/",
s"Location ${notIncludedMsg}sql/core/spark-warehouse/")
+ .replaceAll(
+ s"Location.*\\.\\.\\.",
Review comment:
@cloud-fan Yeah Wenchen. Depending on the path truncation may happen ? But
when it happens the end pattern becomes "...." and thats what i am looking for
here. Let me know please ..
```
val abbreviatedLoaction = StringUtils.abbreviate(redact(value), 100)
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]