You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we can't read more columns than the file schema of AVRO, which is supported under PARQUET/ORC reading.
To support this feature, we need to add transformations to fill the gap between read schema and file schema, just like what we did for PARQUET reading and ORC reading.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, we can't read more columns than the file schema of AVRO, which is supported under PARQUET/ORC reading.
To support this feature, we need to add transformations to fill the gap between read schema and file schema, just like what we did for PARQUET reading and ORC reading.
The text was updated successfully, but these errors were encountered: