Skip to content

Commit 018fdb3

Browse files
committed
Address comments.
1 parent 128c779 commit 018fdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ SELECT * FROM parquetTable
733733

734734
Table partitioning is a common optimization approach used in systems like Hive. In a partitioned
735735
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)
736+
the path of each partition directory. All built-in file sources (including Text/CSV/JSON/ORC/Parquet)
737737
are able to discover and infer partitioning information automatically.
738738
For example, we can store all our previously used
739739
population data into a partitioned table using the following directory structure, with two extra

0 commit comments

Comments
 (0)