Hi, when trying to read simple avro arrays with select flatten(array) from dfs... i get the exception
SQL Query Error: SYSTEM ERROR: ClassCastException: Cannot cast org.apache.drill.exec.vector.complex.MapVector to org.apache.drill.exec.vector.complex.RepeatedValueVector ^ The type of the array is said to be <UnknownType (2,002)> Is this the expected behaviour? The documentation mostly talsk about json and parquet complex types and i wonder if the avro storage plugin behaves differently. Thanks, Johannes
