-
### Bug description
Tested with expression: `hour(from_unixtime(9.98489045321E8))`
[Expected behavior]
In Presto:
```
presto> select hour(from_unixtime(9.98489045321E8));
_col0
-------
…
-
### Description
Currently, the Velox HiveDataSource matches the column name from the file (fileType) with the requested schema name. THese two names could be different. For example, Presto Iceberg wr…
-
### Backend
VL (Velox)
### Bug description
error message:
2024-11-04 22:41:56,466 [ERROR] [dynamicpruning-0] TaskResources: Task -1 failed by error:
java.lang.IllegalStateException: Couldn't fin…
-
### Description
Query:
```
SELECT
array_join(c0, c1, '')
from
(
values
(
array[
timestamp '1950-04-12 12:33:03.755'
],
'1224bdfg5ryrts'…
-
### Backend
VL (Velox)
### Bug description
```
E20240907 04:18:18.464066 2188460 VeloxMemoryManager.cc:333] Failed to release Velox memory manager after 43350ms as there are still outstandin…
-
### Backend
VL (Velox)
### Bug description
```
select d,weekofyear(d) from values ('2021-12-31'),('2022-01-01') as data(d)
```
spark:
```
+----------+-------------+
| d|weekofyear(d)|…
-
### Description
Should we do a version bump up for googletest / gtest due to the version mismatches explained below?
I understand we use 1.13 everywhere [1] [2] [3], which was released on Jan 18, …
zuyu updated
2 months ago
-
Related to https://github.com/apache/incubator-gluten/pull/7165
Error:
```
2024-09-09T09:36:39.2455195Z - Gluten - Filter applied on merged Parquet schema with new column should work *** FAILED…
-
### Bug description
both MacOS 13 and 14 builds are breaking intermittently. The ones failing seem to be using pre-release image.
### System information
Eg:
OS 13:
passed: https://github.com/fa…
-
> (you don't have to strictly follow this form)
Add more UT for Gluten:
- [x] #85
- [x] Add a gluten-ut module for migrating some spark test cases.
> A clear and concise description of what…