[ https://issues.apache.org/jira/browse/SPARK-51634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Max Gekk resolved SPARK-51634. ------------------------------ Fix Version/s: 4.1.0 Resolution: Fixed Issue resolved by pull request 50428 [https://github.com/apache/spark/pull/50428] > TIME in off-heap column vectors > ------------------------------- > > Key: SPARK-51634 > URL: https://issues.apache.org/jira/browse/SPARK-51634 > Project: Spark > Issue Type: Sub-task > Components: SQL > Affects Versions: 4.1.0 > Reporter: Max Gekk > Assignee: Max Gekk > Priority: Major > Labels: pull-request-available > Fix For: 4.1.0 > > > Support the new data type TIME in the off-heap column vector otherwise user > face to the failure: > {code:scala} > scala> spark.conf.set("spark.sql.columnVector.offheap.enabled", true) > scala> spark.read.parquet("/Users/maxim.gekk/tmp/test5").show() > org.apache.spark.SparkException: [FAILED_READ_FILE.NO_HINT] Encountered error > while reading file > file:///Users/maxim.gekk/tmp/test5/part-00000-855fbee0-1e15-460e-99ea-edf614e2415b-c000.snappy.parquet. > SQLSTATE: KD001 > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org