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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to