We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f51995 commit 61e8a92Copy full SHA for 61e8a92
flink-table/flink-table-common/src/main/java/org/apache/flink/table/factories/Factory.java
@@ -52,6 +52,8 @@
52
* <li>In case of a hierarchy, try not to use the higher level again in the key name (e.g. do
53
* {@code sink.partitioner} instead of {@code sink.sink-partitioner}) to <b>keep the keys
54
* short</b>.
55
+ * <li>Key names which can be templated, e.g. to refer to a specific column, should be listed
56
+ * using '#' as the placeholder symbol. For example, use {@code fields.#.min}.
57
* </ul>
58
*/
59
@PublicEvolving
0 commit comments