Hi Again,
I saw that spark-calcite has now moved to Spark 1.6, so thought of using it.But
still the tests are not running, and give below error
java.lang.AssertionError: Expected: a string containing
"PLAN=SparkToEnumerableConverter\n SparkCalc(expr#0..1=[{inputs}], expr#2=[2],
expr#3=[<($t0, $t2)], proj#0..1=[{exprs}], $condition=[$t3])\n
SparkValues(tuples=[[{ 1, 'a' }, { 2, 'b' }]])\n" but: was
"PLAN=EnumerableCalc(expr#0..1=[{inputs}], expr#2=[2], expr#3=[<($t0, $t2)],
proj#0..1=[{exprs}], $condition=[$t3]) EnumerableValues(tuples=[[{ 1, 'a' }, {
2, 'b' }]])
" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
Regards,Dharmendra