Skip to content

Commit

Permalink
[typo](docs)delete duplicate document and fix some problem (apache#13274
Browse files Browse the repository at this point in the history
)
  • Loading branch information
LemonLiTree authored Oct 12, 2022
1 parent 5c68f69 commit 022cfb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 101 deletions.
8 changes: 4 additions & 4 deletions docs/en/docs/ecosystem/external-table/hive-bitmap-udf.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ CREATE TABLE IF NOT EXISTS `hive_bitmap_table`(

-- Example:Create Hive Table
CREATE TABLE IF NOT EXISTS `hive_table`(
`k1` int COMMENT '',
`k2` String COMMENT '',
`k3` String COMMENT '',
`uuid` int COMMENT ''
`k1` int COMMENT '',
`k2` String COMMENT '',
`k3` String COMMENT '',
`uuid` int COMMENT ''
) comment 'comment'
```

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion docs/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@
"sql-manual/sql-functions/date-time-functions/yearweek",
"sql-manual/sql-functions/date-time-functions/dayname",
"sql-manual/sql-functions/date-time-functions/monthname",
"sql-manual/sql-functions/date-time-functions/year_floor",
"sql-manual/sql-functions/date-time-functions/hour",
"sql-manual/sql-functions/date-time-functions/minute",
"sql-manual/sql-functions/date-time-functions/second",
Expand Down

This file was deleted.

0 comments on commit 022cfb6

Please sign in to comment.