You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "317brian (via GitHub)" <gi...@apache.org> on 2023/04/17 17:00:29 UTC

[GitHub] [druid] 317brian commented on a diff in pull request #14065: docs: add docs for schema auto-discovery

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


##########
docs/ingestion/ingestion-spec.md:
##########
@@ -200,6 +212,23 @@ configuring [dimensions](./data-model.md#dimensions). An example `dimensionsSpec
 }
 ```
 
+<!--Schema auto-discovery-->
+
+```json
+    "tuningConfig": {
+      ...
+      "appendableIndexSpec": {
+        ...,
+        "useSchemaDiscovery": true
+      },
+    },

Review Comment:
   Is it still a child of `appendableIndexSpec`, ie:
   `dimensionsSpec.appendableIndexSpec.useSchemaDiscovery`?



-- 
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@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org