From a7abef966e1a4ca5466018b79c21f09641f7210c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Thu, 18 Apr 2024 11:13:32 +0000 Subject: [PATCH] Fix rendering table in Readme See https://github.com/github/markup/issues/1798 --- README.rst | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index 0095b69d6..4e13a5303 100644 --- a/README.rst +++ b/README.rst @@ -66,43 +66,43 @@ Supported storages | Type | Storage | Powered by | +====================+==============+=========================================================================================================================+ | Database | Clickhouse | Apache Spark `JDBC Data Source `_ | -+ +--------------+ + ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | MSSQL | | -+ +--------------+ + ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | MySQL | | -+ +--------------+ + ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | Postgres | | -+ +--------------+ + ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | Oracle | | -+ +--------------+ + ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | Teradata | | -+ +--------------+-------------------------------------------------------------------------------------------------------------------------+ ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | Hive | Apache Spark `Hive integration `_ | -+ +--------------+-------------------------------------------------------------------------------------------------------------------------+ ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | Kafka | Apache Spark `Kafka integration `_ | -+ +--------------+-------------------------------------------------------------------------------------------------------------------------+ ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | Greenplum | VMware `Greenplum Spark connector `_ | -+ +--------------+-------------------------------------------------------------------------------------------------------------------------+ ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | MongoDB | `MongoDB Spark connector `_ | +--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | File | HDFS | `HDFS Python client `_ | -+ +--------------+-------------------------------------------------------------------------------------------------------------------------+ ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | S3 | `minio-py client `_ | -+ +--------------+-------------------------------------------------------------------------------------------------------------------------+ ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | SFTP | `Paramiko library `_ | -+ +--------------+-------------------------------------------------------------------------------------------------------------------------+ ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | FTP | `FTPUtil library `_ | -+ +--------------+ + ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | FTPS | | -+ +--------------+-------------------------------------------------------------------------------------------------------------------------+ ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | WebDAV | `WebdavClient3 library `_ | -+ +--------------+-------------------------------------------------------------------------------------------------------------------------+ ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | Samba | `pysmb library `_ | +--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | Files as DataFrame | SparkLocalFS | Apache Spark `File Data Source `_ | -| +--------------+ + ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | SparkHDFS | | -| +--------------+-------------------------------------------------------------------------------------------------------------------------+ ++--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+ | | SparkS3 | `Hadoop AWS `_ library | +--------------------+--------------+-------------------------------------------------------------------------------------------------------------------------+