pranotishanbhag commented on issue #3841:
URL: https://github.com/apache/hudi/issues/3841#issuecomment-955117043
From the logs:
```
21/10/30 00:15:00 INFO HoodieTableMetaClient: Finished Loading Table of type
COPY_ON_WRITE(version=1, baseFileFormat=PARQUET) from
s3://ums-source-mappings-294710603653-us-east-1/prod/snapshot/umsInvalidSourceMappings
21/10/30 00:15:01 INFO HoodieSparkSqlWriter$: Registered avro schema : {
"type" : "record",
"name" : "umsInvalidSourceMappingsSnapshot_record",
"namespace" : "hoodie.umsInvalidSourceMappingsSnapshot",
"fields" : [ {
"name" : "is_deleted",
"type" : [ "null", "boolean" ],
"default" : null
}, {
"name" : "dedupe_key",
"type" : [ "null", "long" ],
"default" : null
}, {
"name" : "ums_last_updated_date",
"type" : [ "null", "long" ],
"default" : null
}, {
"name" : "source_created_date",
"type" : [ "null", "long" ],
"default" : null
}, {
"name" : "item_pairs",
"type" : [ "null", {
"type" : "array",
"items" : [ {
"type" : "record",
"name" : "item_pairs",
"namespace" :
"hoodie.umsInvalidSourceMappingsSnapshot.umsInvalidSourceMappingsSnapshot_record",
"fields" : [ {
"name" : "invalid_reasons",
"type" : [ "null", {
"type" : "array",
"items" : [ "string", "null" ]
} ],
"default" : null
}, {
"name" : "additional_attributes",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "mapping_state",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "to_item_version",
"type" : [ "null", "long" ],
"default" : null
}, {
"name" : "to_item_attributes",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "to_region_id",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "to_marketplace_id",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "to_item_id",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "to_website_id",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "to_catalog_id",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "from_item_version",
"type" : [ "null", "long" ],
"default" : null
}, {
"name" : "from_item_attributes",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "from_region_id",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "from_marketplace_id",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "from_item_id",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "from_website_id",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "from_catalog_id",
"type" : [ "null", "string" ],
"default" : null
} ]
}, "null" ]
} ],
"default" : null
}, {
"name" : "mapping_source",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "state",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "mapping_type",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "id",
"type" : [ "null", "string" ],
"default" : null
}, {
"name" : "mapping_class",
"type" : [ "null", "string" ],
"default" : null
} ]
}
```
--
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]