We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128c779 commit 018fdb3Copy full SHA for 018fdb3
docs/sql-programming-guide.md
@@ -733,7 +733,7 @@ SELECT * FROM parquetTable
733
734
Table partitioning is a common optimization approach used in systems like Hive. In a partitioned
735
table, data are usually stored in different directories, with partitioning column values encoded in
736
-the path of each partition directory. All built-in data sources (including TEXT/CSV/JSON/ORC/Parquet)
+the path of each partition directory. All built-in file sources (including Text/CSV/JSON/ORC/Parquet)
737
are able to discover and infer partitioning information automatically.
738
For example, we can store all our previously used
739
population data into a partitioned table using the following directory structure, with two extra
0 commit comments