state-file contains all columns and data based on previous schema analysis. But there its unclear how to behave when user attempts to override schema with --schema but also provides old --state-file.
Two options I see:
- ignore --schema when --state-file is provided (now)
- reanalyze file with new schema
state-filecontains all columns and data based on previous schema analysis. But there its unclear how to behave when user attempts to override schema with--schemabut also provides old--state-file.Two options I see: