Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
3,554 messages
org.apache.spark.issues [
All Lists
]
2018 December [
All Months
]
Page 34 (Messages 826 to 850):
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
[jira] [Assigned] (SPARK-26180) Add a withCreateTempDir function to the SparkCore test case
-
Hyukjin Kwon (JIRA)
[jira] [Updated] (SPARK-25530) data source v2 API refactor (batch write)
-
Wenchen Fan (JIRA)
[jira] [Created] (SPARK-26262) Run SQLQueryTestSuite with WHOLESTAGE_CODEGEN_ENABLED=false
-
Takeshi Yamamuro (JIRA)
[jira] [Commented] (SPARK-26262) Run SQLQueryTestSuite with WHOLESTAGE_CODEGEN_ENABLED=false
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-26263) Throw exception when Partition column value can't be converted to user specified type
-
Wenchen Fan (JIRA)
[jira] [Updated] (SPARK-26302) retainedBatches configuration can cause memory leak
-
Gabor Somogyi (JIRA)
[jira] [Commented] (SPARK-26051) Can't create table with column name '22222d'
-
Dongjoon Hyun (JIRA)
[jira] [Commented] (SPARK-26297) improve the doc of Distribution/Partitioning
-
ASF GitHub Bot (JIRA)
[jira] [Commented] (SPARK-24102) RegressionEvaluator should use sample weight data
-
ASF GitHub Bot (JIRA)
[jira] [Resolved] (SPARK-26293) Cast exception when having python udf in subquery
-
Wenchen Fan (JIRA)
[jira] [Commented] (SPARK-24561) User-defined window functions with pandas udf (bounded window)
-
ASF GitHub Bot (JIRA)
[jira] [Commented] (SPARK-24561) User-defined window functions with pandas udf (bounded window)
-
ASF GitHub Bot (JIRA)
[jira] [Commented] (SPARK-26340) Ensure cores per executor is greater than cpu per task
-
ASF GitHub Bot (JIRA)
[jira] [Commented] (SPARK-26078) WHERE .. IN fails to filter rows when used in combination with UNION
-
ASF GitHub Bot (JIRA)
[jira] [Commented] (SPARK-26300) The `checkForStreaming` mothod may be called twice in `createQuery`
-
ASF GitHub Bot (JIRA)
[jira] [Commented] (SPARK-26098) Show associated SQL query in Job page
-
ASF GitHub Bot (JIRA)
[jira] [Assigned] (SPARK-26203) Benchmark performance of In and InSet expressions
-
Apache Spark (JIRA)
[jira] [Commented] (SPARK-19827) spark.ml R API for PIC
-
ASF GitHub Bot (JIRA)
[jira] [Assigned] (SPARK-26352) ReorderJoin should not change the order of columns
-
Apache Spark (JIRA)
[jira] [Resolved] (SPARK-26366) Except with transform regression
-
Xiao Li (JIRA)
[jira] [Updated] (SPARK-26407) For an external non-partition table, if add a directory named with k=v to the table path, select result will be wrong
-
Bao Yunz (JIRA)
[jira] [Updated] (SPARK-26415) Mark StreamSinkProvider and StreamSourceProvider as stable
-
Dongjoon Hyun (JIRA)
[jira] [Assigned] (SPARK-26424) Use java.time API in timestamp/date functions
-
Apache Spark (JIRA)
[jira] [Created] (SPARK-26468) Use ConfigEntry for hardcoded configs for task category.
-
Takuya Ueshin (JIRA)
[jira] [Commented] (SPARK-26433) Tail method for spark DataFrame
-
Jan Gorecki (JIRA)
Page 34 (Messages 826 to 850):
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143