-
Notifications
You must be signed in to change notification settings - Fork 291
/
HandTesting.txt
77 lines (71 loc) · 4.64 KB
/
HandTesting.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Ex1_SimpleRDD 2018-03-03 PASS
Ex2_Computations 2018-03-03 PASS (With expected exceptions)
Ex3_CombiningRDDs 2018-03-03 PASS (With expected exceptions)
Ex4_MoreOperationsOnRDDs 2018-03-03 PASS
Ex5_Partitions 2018-03-03 PASS
Ex6_Accumulators 2018-03-03 PASS
Ex9_Scraps 2018-03-03 PASS
dataframe.Basic 2018-03-03 PASS
dataframe.ComplexSchema 2018-03-03 PASS
dataframe.DatasetConversion 2018-03-03 PASS
dataframe.DateTime 2018-03-03 PASS
dataframe.DropColumns 2018-03-03 PASS
dataframe.DropDuplicates 2018-03-03 PASS
dataframe.FromRowsAndSchema 2018-03-03 PASS
dataframe.GroupingAndAggregation 2018-03-03 PASS
dataframe.JavaDatasetConversion 2018-03-03 PASS
dataframe.JavaFromRowsAndSchema 2018-03-03 PASS
dataframe.Range 2018-03-03 PASS
dataframe.Select 2018-03-03 PASS
dataframe.SimpleCreation 2018-03-03 PASS
dataframe.Transform 2018-03-03 PASS
dataframe.UDAF 2018-03-03 PASS
dataframe.UDF 2018-03-03 PASS
dataset.Basic 2018-03-03 PASS
dataset.CaseClass 2018-03-03 PASS
dataset.ComplexType 2018-03-03 PASS
dataset.PartitionBy 2018-03-03 PASS
dataset.JavaBasic 2018-03-03 PASS
dataset.JavaBean 2018-03-03 PASS
dataset.JavaComplexType 2018-03-03 PASS
graphx.SecondDegreeNeighbors 2018-03-03 PASS
hiveql.LateralViewExplode 2018-03-03 PASS*
hiveql.PartitionedTable 2018-03-03 *** ODD WARNINGS ***
hiveql.SimpleUDAF 2018-03-03 PASS*
hiveql.SimpleUDF 2018-03-03 PASS*
pairs.chooseWithinGroups 2018-03-03 PASS
rdd.JavaBasic 2018-03-03 PASS
special.CustomPartitioner 2018-03-03 PASS
special.HashJoin 2018-03-03 PASS
special.PairRDD 2018-03-03 PASS
special.Range 2018-03-03 PASS
sql.Basic 2018-03-03 PASS
sql.CaseClassSchemaProblem 2018-03-03 PASS (i.e.: fails as expected)
sql.ComplexTypes 2018-03-03 PASS
sql.CaseWhenThen 2018-03-03 PASS
sql.CustomRelationProvider 2018-03-03 PASS
sql.DateTime 2018-03-03 PASS
sql.ExternalNonRectangular 2018-03-03 FAIL (runtime crash)
sql.JSON 2018-03-03 PASS
sql.JSONSchemaInference 2018-03-03 PASS
sql.JSONTypes 2018-03-03 PASS
sql.MixedJSONQuery 2018-03-03 PASS
sql.OutputJSON 2018-03-03 PASS
sql.PartitionedTable 2018-03-03 PASS
sql.RelationProviderFilterPushdown 2018-03-03 PASS
sql.SchemaConversion 2018-03-03 PASS
sql.Types 2018-03-03 PASS
sql.UDAF 2018-03-03 PASS
sql.UDAF2 2018-03-03 PASS
sql.UDAF_Multi 2018-03-03 PASS
sql.UDF 2018-03-03 PASS
streaming.structured.Basic 2018-03-03 PASS
streaming.structured.BasicAggregation 2018-03-03 PASS
streaming.Accumulation 2018-03-03 PASS
streaming.CustomStreaming 2018-03-03 PASS
streaming.ExceptionPropagation 2018-03-03 PASS
streaming.FileBasedStreaming 2018-03-03 PASS
streaming.FullMonitoring 2018-03-03 PASS
streaming.Monitoring 2018-03-03 PASS
streaming.QueueBasedStreaming 2018-03-03 PASS
streaming.Windowing 2018-03-03 PASS (Scary warnings)