317brian commented on code in PR #16848:
URL: https://github.com/apache/druid/pull/16848#discussion_r1710067109


##########
docs/ingestion/index.md:
##########
@@ -75,7 +75,7 @@ runs for the duration of the job.
 | **Can append?** | Yes. | Yes (INSERT). | No. |
 | **Can overwrite?** | Yes. | Yes (REPLACE). | Yes. |
 | **External dependencies** | None. | None. | Hadoop cluster. |
-| **Input sources** | Any [`inputSource`](./input-sources.md). | Any 
[`inputSource`](./input-sources.md) (using 
[EXTERN](../multi-stage-query/concepts.md#extern)) or Druid datasource (using 
FROM). | Any Hadoop FileSystem or Druid datasource. |
+| **Input sources** | Any [`inputSource`](./input-sources.md). | Any 
[`inputSource`](./input-sources.md) (using 
[EXTERN](../multi-stage-query/concepts.md#extern)) except SQL input sources or 
Druid datasource (using FROM). | Any Hadoop FileSystem or Druid datasource. |

Review Comment:
   ```suggestion
   | **Input sources** | Any [`inputSource`](./input-sources.md). | Any 
[`inputSource`](./input-sources.md) (using 
[EXTERN](../multi-stage-query/concepts.md#extern)) or Druid datasource (using 
FROM) except SQL input sources. | Any Hadoop FileSystem or Druid datasource. |
   ```



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

Reply via email to