Skip to content

Commit 41a325b

Browse files
[Doc] new admonition syntax (backport #71924) (#72104)
Co-authored-by: Dan Roscigno <dan@roscigno.com>
1 parent ae8a5da commit 41a325b

8 files changed

Lines changed: 12 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
:::beta beta feature
2+
:::beta[Beta feature]
33
[Advice on use of Beta features](../../introduction/maturity.md)
44
:::
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
:::experimental experimental feature
2+
:::experimental[Experimental feature]
33
[Advice on use of experimental features](../../introduction/maturity.md)
44
:::
55

docs/en/data_source/feature-support-data-lake-analytics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ Reading Hive transactional tables is not supported.
136136

137137
StarRocks supports querying Hive views from v3.1.0 onwards.
138138

139-
:::note While StarRocks executes queries against a Hive view, it will try to parse the definition of the view using the syntax of StarRocks and Trino. An error will be returned if StarRocks cannot parse the definition of the view. There is a possibility that StarRocks failed to parse the Hive views created with functions exclusive to Hive or Spark.
139+
:::note
140+
141+
While StarRocks executes queries against a Hive view, it will try to parse the definition of the view using the syntax of StarRocks and Trino. An error will be returned if StarRocks cannot parse the definition of the view. There is a possibility that StarRocks failed to parse the Hive views created with functions exclusive to Hive or Spark.
140142

141143
:::
142144

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:::beta ベータ機能
1+
:::beta[ベータ機能]
22
[ベータ機能の使用に関するアドバイス](../../introduction/maturity.md)
33
:::
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:::experimental experimental feature
1+
:::experimental[実験的機能]
22
[実験的機能の使用に関するアドバイス](../../introduction/maturity.md)
33
:::
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:::beta beta feature
1+
:::beta[Beta 功能]
22
[关于 Beta 功能的使用建议](../../introduction/maturity.md)
33
:::
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:::experimental 实验性功能
1+
:::experimental[实验性功能]
22
[关于使用实验性功能的建议](../../introduction/maturity.md)
33
:::

docs/zh/data_source/feature-support-data-lake-analytics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ TEXT 格式的 Hive 表不支持 MAP 和 STRUCT 类型。
136136

137137
StarRocks 从 v3.1.0 版本开始支持查询 Hive 视图。
138138

139-
:::note 当 StarRocks 执行 Hive 视图的查询时,会尝试使用 StarRocks 和 Trino 的语法解析视图定义。如果 StarRocks 无法解析视图定义,将返回错误。使用 Hive 或 Spark 独有函数创建的 Hive 视图可能无法被 StarRocks 解析。
139+
:::note
140+
141+
当 StarRocks 执行 Hive 视图的查询时,会尝试使用 StarRocks 和 Trino 的语法解析视图定义。如果 StarRocks 无法解析视图定义,将返回错误。使用 Hive 或 Spark 独有函数创建的 Hive 视图可能无法被 StarRocks 解析。
140142

141143
:::
142144

0 commit comments

Comments
 (0)