spark-instrumented-optimizer/sql/catalyst/src
Sean Owen 158af162ea [SPARK-16129][CORE][SQL] Eliminate direct use of commons-lang classes in favor of commons-lang3
## What changes were proposed in this pull request?

Replace use of `commons-lang` in favor of `commons-lang3` and forbid the former via scalastyle; remove `NotImplementedException` from `comons-lang` in favor of JDK `UnsupportedOperationException`

## How was this patch tested?

Jenkins tests

Author: Sean Owen <sowen@cloudera.com>

Closes #13843 from srowen/SPARK-16129.
2016-06-24 10:35:54 +01:00
..
main [SPARK-16129][CORE][SQL] Eliminate direct use of commons-lang classes in favor of commons-lang3 2016-06-24 10:35:54 +01:00
test [SPARK-16164][SQL] Update CombineFilters to try to construct predicates with child predicate first 2016-06-23 15:27:43 -07:00