-
### Describe the bug
## SQL
```
SELECT c28, abs(c28) AS x FROM test1 ORDER BY c28;
```
### Spark Plan
```
AdaptiveSparkPlan isFinalPlan=true
+- == Final Plan ==
*(2) Sort [c28#228L ASC NUL…
-
### Backend
VL (Velox)
### Bug description
The issue happens when running this Delta unit test with Gluten/Velox:
https://github.com/delta-io/delta/blob/074ce173bb070ed60f10e98d3ef7dcc04cc2a744/…
-
### Describe the bug
## SQL
```
SELECT c14, Signum(c14) AS x FROM test1 ORDER BY c14;
```
### Spark Plan
```
AdaptiveSparkPlan isFinalPlan=true
+- == Final Plan ==
*(2) Sort [c14#214 ASC N…
-
```
[Stage 21:> (0 + 60) / 3539]18/12/21 16:08:27 WARN org.apache.spark.scheduler.TaskSetManager: Lost task 46.0 in stage 21.0 (TID 2398, readpipel…
-
Got a NullPointerException while trying to run BwaAndMarkDuplicatesPipelineSpark.
```
Running:
/opt/spark-2.1.0-bin-hadoop2.7/bin/spark-submit --master spark://ln16:7077 --conf spark.driver.use…
-
I got exception use run BaseRecalibratorSpark:
> java.io.FileNotFoundException: /home/data/WGS/F002/F002.sort.bam (Too many open files)
My version is 4393c86 (after 4.0.10.1).
I have set `ulimi…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm trying to read an excel file in databricks that has some very large text fields and I'm g…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and did not find a match.
### Current Behavior
`BertEmbeddings.pretrained() `can load successfully.
But whe…
-
I got errors like this:
```
20/08/25 21:11:06 WARN Utils: Set SPARK_LOCAL_IP if you need to bind to another address
20/08/25 21:11:06 WARN NativeCodeLoader: Unable to load native-hadoop library for…
-
Hi guys,
I'm using kafka, spark streaming 1.62 and spark-redshift. it works well at first, and then suddenly get these error message below:
> ========= 2016-09-28 08:47:00 =========
> 16/09/28 08:47…