java.io.IOException: com.dremio.exec.store.parquet.Metadata$TooManySplitsException: Too many splits encountered when processing parquet metadata at file /file/0176_part_00.parquet, maximum is 60000 but encountered 60008 splits thus far.
Our current limit for maximum number of splits for file system sources is 60,000. What is the row group size defined in the ETL job? Can it be altered to a bigger size so the total number of splits come down?