Empty Spark connector - CSharplie/ploosh GitHub Wiki
This connector is used to return an empty dataframe with 0 rows and 0 columns
See Spark documentation for more information.
No connection is required by this connector
Test case configuration parameter is required by this connector
Example Empty Spark:
source:
type: sql_spark
query: |
select *
from employees
where hire_date < "2000-01-01"
expected:
type: empty_spark