santoshsb commented on issue #5452:
URL: https://github.com/apache/hudi/issues/5452#issuecomment-1161712629

   @xiarixiaoyao as mentioned earlier we didn't solve the nested column case, 
we are currently trying to finalize a fixed schema and while reading in the 
data with spark use this schema to avoid any schema evolution. Let me know if 
you need the sample examples which lead to the issue, here are the two messages.
   
   `{
     "resourceType": "Patient",
     "id": "beca9a29-49bb-40e4-adff-4dbb4d664972",
     "lastUpdated": "2022-02-14T15:18:18.90836+05:30",
     "source": "4a0701fe-5c3b-482b-895d-875fcbd2148a",
     "name": [
       {
         "use": "official",
         "family": "Keeling57",
         "given": [
           "Serina556"
         ],
         "prefix": [
           "Ms."
         ]
       }
     ]
   }`
   
   This one missing the prefix,
   `{
     "resourceType": "Patient",
     "id": "beca9a29-49bb-40e4-adff-4dbb4d664972",
     "lastUpdated": "2022-02-14T15:18:18.90836+05:30",
     "source": "4a0701fe-5c3b-482b-895d-875fcbd2148a",
     "name": [
       {
         "use": "official",
         "family": "Keeling57",
         "given": [
           "Serina556"
         ]
       }
     ]
   }`
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to