ibis icon indicating copy to clipboard operation
ibis copied to clipboard

feat(flink): make schema arg optional for read_parquet()

Open mfatihaktas opened this issue 1 year ago • 0 comments

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.

mfatihaktas avatar Jan 23 '24 06:01 mfatihaktas