Skip to content

Commit 13dbfef

Browse files
uros-dbcloud-fan
andauthored
Update sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/RowSetUtils.scala
Co-authored-by: Wenchen Fan <cloud0fan@gmail.com>
1 parent 58946cd commit 13dbfef

File tree

1 file changed

+1
-1
lines changed
  • sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver

1 file changed

+1
-1
lines changed

sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/RowSetUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ object RowSetUtils {
145145
// Geospatial types implement nested quoting in `toHiveString` (wrapping EWKT in double
146146
// quotes when nested = true), intended for values inside containers like arrays, maps,
147147
// or structs. However, in this Thrift Server code path, `nested` is always set to true
148-
// because values are serialized into Hive string columns. We override to false her for
148+
// because values are serialized into Hive string columns. We override to false here for
149149
// singular geospatial types to avoid spurious quotes around standalone EWKT values.
150150
val nested = typ match {
151151
case _: GeometryType | _: GeographyType => false

0 commit comments

Comments
 (0)