Hi community,
For a PoC I need to process some parquet files in batch mode.
I managed to implement some processing using the DataSet API. It is working fine.
Now, I would like to test the SQL API and the blink planner.
If I do well understand, the ParquetTableSource is not compatible with the blink planner. Thus I am wondering if there is a TableSource compatible with the blink planner which can be used to read parquet files and if there are some examples available.
Thanks,
Olivier
For a PoC I need to process some parquet files in batch mode.
I managed to implement some processing using the DataSet API. It is working fine.
Now, I would like to test the SQL API and the blink planner.
If I do well understand, the ParquetTableSource is not compatible with the blink planner. Thus I am wondering if there is a TableSource compatible with the blink planner which can be used to read parquet files and if there are some examples available.
Thanks,
Olivier