ibis
ibis copied to clipboard
feat(flink): make schema arg optional for read_parquet()
Description of changes
The goal of this PR is to make schema argument optional for read_parquet() for Flink backend. When schema is not provided, it will be read from the file. This came up during the review of a previously merged PR.