forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor the file sources refactor the file source 1. support reading tables with multi partition columns 2. support reading files with different partition values 3. support only reading partition columns from tables * rename files * clear unused codes * fixed : in the case of a file is splitted into parts, data is loaded duplicatly * support reading splitted parquet files * throw an exception on empty columns to read * fixed compile errors * fixed a bug in building nullable columns from const columns * try to fixed compile bugs * fixed a bug in ceate partition columns * delete BatchParquetFileSource * fixed code style
- Loading branch information
Showing
21 changed files
with
1,000 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.