You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/22 06:59:35 UTC

[GitHub] [hudi] xushiyan commented on a diff in pull request #5647: Update the docs for Distributed File System (DFS) section on Hudi Delta Streamer page

xushiyan commented on code in PR #5647:
URL: https://github.com/apache/hudi/pull/5647#discussion_r878806229


##########
website/docs/hoodie_deltastreamer.md:
##########
@@ -303,6 +303,11 @@ other formats and then write data as Hudi format.)
 - ORC
 - HUDI
 
+For DFS sources the following behaviors are expected:
+
+- For JSON file format you always need to inform a schema. If the target hudi table follows the same schema from the source file, you just need to inform the schema for source, if don't you need to inform schemas for both. 

Review Comment:
   ```suggestion
   - For JSON DFS source, you always need to set a schema. If the target Hudi table follows the same schema as from the source file, you just need to set the source schema. If not, you need to set schemas for both source and target. 
   ```



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