Max Gekk created SPARK-51634: -------------------------------- Summary: 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
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