gtwuser commented on issue #6797:
URL: https://github.com/apache/hudi/issues/6797#issuecomment-1258422365

   Hi @yihua  thanks for the response, yes i checked it and it was present, i 
am actually creating a dataframe from a json file and then save it using the 
hoodie configs. For debugging purpose, while iterating over the files, i 
printed the file name and found that file had this body : 
   ```bash
   {
       "version": "1.0",
       "metadata": {
           "topic": "ASA.telemetry",
           "contentType": "application/json",
           "msgID": "47182"   ## this whats referred from record key. 
       },
   .... some more json content 
   .... some more json content 
   .... some more json content 
   .... some more json content 
   }
   ```
   
   Just curious did you tried this and found no issues on the same setup is it 
? 


-- 
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]

Reply via email to