[KYUUBI #3531] [FOLLOWUP] Fix malforme format in hive connector doc

### _Why are the changes needed?_

This pr aims to fix malforme format in hive connector doc.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [x] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3587 from Yikf/doc-follow.

Closes #3531

e6238f6f [Yikf] fix

Authored-by: Yikf <yikaifei1@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Yikf 2022-10-02 23:49:01 +08:00 committed by Cheng Pan
parent b9c8b98371
commit 612a82e00c
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -1,20 +1,20 @@
.. Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
.. http://www.apache.org/licenses/LICENSE-2.0
.. Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Hive
=====
`Hive`_
==========
The Kyuubi Hive Connector is a datasource for both reading and writing Hive table,
It is implemented based on Spark DataSource V2, and supports concatenating multiple Hive metastore at the same time.