Description
The following query fails with:
Java::JavaSql::SQLException: org.apache.spark.sql.AnalysisException: cannot resolve 'column_1' given input columns: [_c0]; line # pos ##
Query:
select distinct concat(column_1, ' : ', column_2) from table order by concat(column_1, ' : ', column_2);