abhishekrb19 commented on code in PR #15276: URL: https://github.com/apache/druid/pull/15276#discussion_r1379396295
########## docs/ingestion/input-sources.md: ########## @@ -462,6 +465,7 @@ Sample specs: |--------|-----------|-------|---------| |type|Set the value to `hdfs`.|None|yes| |paths|HDFS paths. Can be either a JSON array or comma-separated string of paths. Wildcards like `*` are supported in these paths. Empty files located under one of the given paths will be skipped.|None|yes| +|systemFields|JSON array of system fields to return as part of input rows. Possible values: `__file_uri` (URI) and `__file_path` (path component of URI).|None|no| Review Comment: nit: a note on the hdfs uri scheme similar to the other input formats: ```suggestion |systemFields|JSON array of system fields to return as part of input rows. Possible values: `__file_uri` (URI starting with `hdfs://`) and `__file_path` (path component of URI).|None|no| ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
