I fixed the issue with dataframe api and am getting all columns now. However, I am not able to perform grouping + udaf operations as it tries to perform these on ignite. setting OPTION_DISABLE_SPARK_SQL_OPTIMIZATION = true is not helping.
How so we tell ignite to just fetch data and perform all other operations in spark?
