Java 11

2020-02-02 Thread ehsan shams
Hi all, Is there any plan for upgrading to java 11? Kind regards Ehsan.

unsubscribe

2019-06-03 Thread ehsan shams

[Spark SQL]: looking for place operators apply on the dataset / dataframe

2019-03-28 Thread ehsan shams
Hi I would like to know where exactly(which class/function) spark sql will apply the operators on dataset / dataframe rows. For example by applying the following filter or groupby which class is responsible for? And will iterate over the rows to do its operation? Kind regards Ehsan Shams val