-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs and add features for hive integration (#1565)
Fix bugs and add features based on test results - Support varchar(int) - Support char(int) - Support tinyInt, smallInt - Support binary - Support date - Support timestamp - Support decimal - Support list, struct and map - Fix bug that vineyard file system will return error path when call listStatus occasionally. - Fix bug of rename table.(normal table and partitioned table). Replace jimfs with RawLocalFileSystem. - Fix bug that compound query will not work. - Fix bug that vineyard fs does not delete file when hive drop a vineyard table. - Fix bug of decimal. - Refactor code of nested data struct. Signed-off-by: vegetableysm <[email protected]>
- Loading branch information
1 parent
d2b5ab4
commit fca0b35
Showing
52 changed files
with
4,090 additions
and
774 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
Oops, something went wrong.