reswqa commented on code in PR #22615:
URL: https://github.com/apache/flink/pull/22615#discussion_r1203329260
##########
docs/content/docs/dev/table/sql/analyze.md:
##########
@@ -81,8 +81,8 @@ tableEnv.executeSql(
" `id` BIGINT NOT NULl," +
" `product` VARCHAR(32)," +
" `amount` INT," +
- " `sold_year` BIGINT", +
- " `sold_month` BIGINT", +
+ " `sold_year` BIGINT," +
+ " `sold_month` BIGINT," +
Review Comment:
Please also check the Chinese document to see if there are any similar
issues.
##########
docs/content/docs/dev/table/sql/analyze.md:
##########
@@ -379,4 +379,4 @@ ANALYZE TABLE [catalog_name.][db_name.]table_name
PARTITION(partcol1[=val1] [, p
*NOTE:* For the fix length types (like `BOOLEAN`, `INTEGER`, `DOUBLE` etc.),
we need not collect the `avgLen` and `maxLen` from the original records.
-{{< top >}}
\ No newline at end of file
+{{< top >}}
Review Comment:
What is the purpose of this change?
--
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]