You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ad1happy2go (via GitHub)" <gi...@apache.org> on 2023/04/11 08:40:17 UTC

[GitHub] [hudi] ad1happy2go commented on issue #8409: [SUPPORT] Hudi Delta Streamer Ingesting JSON files Question

ad1happy2go commented on issue #8409:
URL: https://github.com/apache/hudi/issues/8409#issuecomment-1502918948

   Just like CSV, delta streamer doesn't  yet support the file JSON sources using normal spark reader like spark.read.format("csv")
   
   This can be good enhancement and we can add the normal JSON source also by overriding org.apache.hudi.utilities.sources.
   
   This type of source doesn't need to specify schema as it will directly infer the same.
   
   Created JIRA for the same - https://issues.apache.org/jira/browse/HUDI-6059
   


-- 
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-unsubscribe@hudi.apache.org

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