-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
添加hive保存错误日志 添加hive保存错误日志 revert the MLSQLJDBC.scala change
- Loading branch information
Showing
8 changed files
with
26 additions
and
14 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
File renamed without changes.
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
streamingpro-it/src/test/resources/sql/all_mode/et/et_data_summary01.byzer
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 @@ | ||
load parquet.`/ssb/customer/part-00000-7505a64d-b4bf-4186-874a-a9898502a51e-c000.snappy.parquet` as customer_parquet; | ||
select * from customer_parquet as customer; | ||
|
||
run customer as DataSummary.`` as customer_sumary; | ||
run customer as DataSummary.`` where metrics="dataType,dataLength,max,min,maximumLength,minimumLength,mean,standardDeviation,standardError,nullValueRatio,blankValueRatio,nonNullCount,uniqueValueRatio,primaryKeyCandidate,median,mode,categoryCount,skewness" as customer_sumary; |
18 changes: 9 additions & 9 deletions
18
streamingpro-it/src/test/resources/sql/all_mode/et/et_data_summary01.byzer.expected
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,9 +1,9 @@ | ||
columnName,ordinalPosition,median,blankValueRatio,dataLength,dataType,max,maximumLength,mean,min,minimumLength,nonNullCount,nullValueRatio,standardDeviation,standardError,uniqueValueRatio,primaryKeyCandidate,mode | ||
C_CUSTKEY,1,150.5,0.0,4,integer,300.0,,150.5,1.0,,300,0.0,86.75,5.01,1.0,1, | ||
C_NAME,2,,0.0,18,string,Customer#000000300,18,,Customer#000000001,18,300,0.0,,,1.0,1, | ||
C_ADDRESS,3,,0.0,24,string,zwrDoaY2gxCk,24,, 6I1TTaoG7bbiogC,6,300,0.0,,,1.0,1, | ||
C_CITY,4,,0.0,10,string,VIETNAM 9,10,,ALGERIA 1,10,300,0.0,,,0.56,0,JAPAN 2 | ||
C_NATION,5,,0.0,14,string,VIETNAM,14,,ALGERIA,4,300,0.0,,,0.0833,0, | ||
C_REGION,6,,0.0,11,string,MIDDLE EAST,11,,AFRICA,4,300,0.0,,,0.0167,0,ASIA | ||
C_PHONE,7,,0.0,15,string,34-700-976-1809,15,,10-172-710-1650,15,300,0.0,,,1.0,1, | ||
C_MKTSEGMENT,8,,0.0,10,string,MACHINERY,10,,AUTOMOBILE,8,300,0.0,,,0.0167,0,AUTOMOBILE | ||
columnName,ordinalPosition,median,blankValueRatio,dataLength,dataType,max,maximumLength,mean,min,minimumLength,nonNullCount,nullValueRatio,skewness,standardDeviation,standardError,uniqueValueRatio,categoryCount,primaryKeyCandidate,mode | ||
C_CUSTKEY,1,150.5,0.0,4,integer,300.0,,150.5,1.0,,300,0.0,0.0,86.75,5.01,1.0,,1, | ||
C_NAME,2,,0.0,18,string,Customer#000000300,18,,Customer#000000001,18,300,0.0,,,,1.0,300,1, | ||
C_ADDRESS,3,,0.0,24,string,zwrDoaY2gxCk,24,, 6I1TTaoG7bbiogC,6,300,0.0,,,,1.0,300,1, | ||
C_CITY,4,,0.0,10,string,VIETNAM 9,10,,ALGERIA 1,10,300,0.0,,,,0.56,168,0,JAPAN 2 | ||
C_NATION,5,,0.0,14,string,VIETNAM,14,,ALGERIA,4,300,0.0,,,,0.0833,25,0, | ||
C_REGION,6,,0.0,11,string,MIDDLE EAST,11,,AFRICA,4,300,0.0,,,,0.0167,5,0,ASIA | ||
C_PHONE,7,,0.0,15,string,34-700-976-1809,15,,10-172-710-1650,15,300,0.0,,,,1.0,300,1, | ||
C_MKTSEGMENT,8,,0.0,10,string,MACHINERY,10,,AUTOMOBILE,8,300,0.0,,,,0.0167,5,0,AUTOMOBILE |
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