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


##########
docs/ingestion/data-formats.md:
##########
@@ -937,7 +937,7 @@ Each entry in the `fields` list can have the following 
components:
   | sum()      | Provides the sum value of an array of numbers                 
      | Double      | ✓  |  ✓   |   ✓   |  ✓   |
   | concat(X)  | Provides a concatenated version of the path output with a new 
item  | like input  | ✓  |  ✗   |   ✗   | ✗   |
   | append(X)  | add an item to the json path output array                     
      | like input  | ✓  |  ✗   |   ✗   | ✗   |
-  | keys()     | Provides the property keys (An alternative for terminal tilde 
~)    | Set<E\>      | &#10007;  |  &#10007;   |   &#10007;   | &#10007;   |
+  | keys()     | Provides the property keys (An alternative for terminal tilde 
~)    | Set\<E\>      | &#10007;  |  &#10007;   |   &#10007;   | &#10007;   |

Review Comment:
   ```suggestion
     | keys()     | Provides the property keys (An alternative for terminal 
tilde ~)    | Set<E\>      | &#10007;  |  &#10007;   |   &#10007;   | &#10007;  
 |
   ```



##########
docs/ingestion/data-formats.md:
##########
@@ -1654,7 +1654,7 @@ For details, see the Schema Registry 
[documentation](http://docs.confluent.io/cu
 | type | String | Set value to `schema_registry`. | yes |
 | url | String | Specifies the URL endpoint of the Schema Registry. | yes |
 | capacity | Integer | Specifies the max size of the cache (default = 
Integer.MAX_VALUE). | no |
-| urls | Array<String\> | Specifies the URL endpoints of the multiple Schema 
Registry instances. | yes (if `url` is not provided) |
+| urls | Array\<String\> | Specifies the URL endpoints of the multiple Schema 
Registry instances. | yes (if `url` is not provided) |

Review Comment:
   ```suggestion
   | urls | Array<String\> | Specifies the URL endpoints of the multiple Schema 
Registry instances. | yes (if `url` is not provided) |
   ```



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