xumingming commented on issue #5044:
URL:
https://github.com/apache/incubator-gluten/issues/5044#issuecomment-2014638253
Full log:
```
scala> val path = "/tmp/person.csv"
path: String = /tmp/person.csv
scala> val person = spark.read.csv(path);
E20240322 16:52:40.086603 25592971 Exceptions.h:69] Line:
/Users/abei/Code/gluten/ep/build-velox/build/velox_ep/velox/exec/Task.cpp:1811,
Function:terminate, Expression: Cancelled, Source: RUNTIME, ErrorCode:
INVALID_STATE
person: org.apache.spark.sql.DataFrame = [_c0: string, _c1: string ... 1
more field]
scala> person.registerTempTable("person");
warning: one deprecation (since 2.0.0); for details, enable `:setting
-deprecation' or `:replay -deprecation'
scala> spark.sql("select count(*) from person limit 10").show();
+--------+
|count(1)|
+--------+
| 2|
+--------+
```
If the log is expected, I will close this issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]