Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The Spark2 connector handled lowercase and mixed case column names correctly in DataFrame definitions.
Spark3 only does case-insensitive column resolving, and even spark.sql.caseSensitive doesn't seem to do anything, neither backquouting.
Again, this is not something that can likely be fixes from the Phoenix side without changes in Spark, and this ticket is mainy for documenting this regression.
Attachments
Issue Links
- is broken by
-
PHOENIX-6632 Migrate connectors to Spark-3
- Resolved
- is fixed by
-
PHOENIX-6667 Spark3 connector requires that all columns are specified when writing
- Resolved
- links to