Details
Description
Under case-insensitive mode, nested column pruning rule cannot correctly push down extractor of a struct field of an array of struct, e.g.,
val query = spark.table("contacts").select("friends.First", "friends.MiDDle")
Under case-insensitive mode, nested column pruning rule cannot correctly push down extractor of a struct field of an array of struct, e.g.,
val query = spark.table("contacts").select("friends.First", "friends.MiDDle")