jonvex commented on code in PR #13711:
URL: https://github.com/apache/hudi/pull/13711#discussion_r2354138082
##########
hudi-spark-datasource/hudi-spark/src/test/resources/schema_with_logical_types.avsc:
##########
@@ -30,12 +30,11 @@
},
{
"name": "ts",
- "type": ["long", "null"]
+ "type": ["null", "long"]
},
{
"name": "_hoodie_is_deleted",
- "type": ["boolean", "null"],
- "default" : false
Review Comment:
Yes, it's usually picked up by higher level stuff, but this test was using
the write client directly so it didn't hit the validation. My additions made it
fail
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]