apache / apache/gluten

Read ORC table failed

Open
#575 15 comments 0 reactions 0 assignees View on GitHub
bug velox backend
Dominant language
Scala
Stars
1.6k
Forks
657
Avg merge
2d 14h
Merged PRs (30d)
80

Description

**Describe the bug**
Hi, i read an orc table with spark3.2.2 and gluten failed, the log is like below
![image](https://user-images.githubusercontent.com/23723660/202371180-c8ac0f82-4019-4f5b-9db1-69c7e4b0baa1.png)
![image](https://user-images.githubusercontent.com/23723660/202372909-1d3bc70d-fc81-4975-98e5-c0a9780f8bab.png)

And i execute `velox_example_scan_orc` which is one of velox examples, read orc files successfully. `velox_example_scan_orc` in OAP/velox also does successfully.

**To Reproduce**
```
create table if not exists test(
id bigint,
name string,
score int
) using orc;

insert into test values(1, "tom", 80), (2, "jerry", 80), (3, "jay", 80), (4, null, 90);

select * from test;
```

**Expected behavior**

**Additional context**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.