stczwd commented on a change in pull request #26098: Add configuration to
support JacksonGenrator to keep fields with null values
URL: https://github.com/apache/spark/pull/26098#discussion_r334260536
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/json/JacksonGeneratorSuite.scala
##########
@@ -39,6 +39,18 @@ class JacksonGeneratorSuite extends SparkFunSuite {
assert(writer.toString === """{"a":1}""")
}
+ test("initial with StructType and write out an empty row with
allowStructIncludeNull=true") {
Review comment:
ok
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]