-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduced logging by BlockManager in default log4j.properties
also fixed a putInto hydra test and update spark module link
- Loading branch information
Showing
6 changed files
with
21 additions
and
12 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
2 changes: 1 addition & 1 deletion
2
dtests/src/resources/scripts/putInto/create_and_load_testLTable.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-- DROP TABLE IF ALREADY EXISTS -- | ||
DROP TABLE IF EXISTS testL; | ||
|
||
create table testL (id long, data string, data2 decimal) using column options (partition_by 'id', key_columns 'id'); | ||
create table testL (id long, data string, data2 decimal(38,10)) using column options (partition_by 'id', key_columns 'id'); |
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
Submodule spark
updated
from 3d7318 to 2e3b64
Submodule store
updated
6 files