spark-instrumented-optimizer/sql/hive/src/test
Vijay Ramesh 261eaf5149 [SPARK-20260][MLLIB] String interpolation required for error message
## What changes were proposed in this pull request?
This error message doesn't get properly formatted because of a missing `s`.  Currently the error looks like:

```
Caused by: java.lang.IllegalArgumentException: requirement failed: indices should be one-based and in ascending order; found current=$current, previous=$previous; line="$line"
```
(note the literal `$current` instead of the interpolated value)

Please review http://spark.apache.org/contributing.html before opening a pull request.

Author: Vijay Ramesh <vramesh@demandbase.com>

Closes #17572 from vijaykramesh/master.
2017-04-09 19:39:09 +01:00
..
java/org/apache/spark/sql/hive [SPARK-20160][SQL] Move ParquetConversions and OrcConversions Out Of HiveSessionCatalog 2017-04-01 00:56:18 +08:00
resources [SPARK-19660][CORE][SQL] Replace the configuration property names that are deprecated in the version of Hadoop 2.6 2017-02-28 10:13:42 +00:00
scala/org/apache/spark/sql [SPARK-20260][MLLIB] String interpolation required for error message 2017-04-09 19:39:09 +01:00