rangareddy commented on issue #15892: URL: https://github.com/apache/hudi/issues/15892#issuecomment-4911819835
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: this describes an incomplete feature, not a bug. Currently supported: JsonDFSSource reads JSON as line-delimited string records via sparkContext.textFile (hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/JsonDFSSource.java). Pending: a Row-based JSON DFS source that leverages Spark's native JSON reader (spark.read().json), analogous to CsvDFSSource extending RowSource. Keeping open. Will be scoped into a future feature-completion effort. -- 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]
