-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VL] Native write to hdfs error : UnsupportedOperationException #7441
Comments
simple sql also has this error, like :
gluten plan :
we use spark 3.2.1 |
l try it, but Still haven't use native write. plan like this
|
@wenfang6 Does this config |
l set the conf spark.gluten.sql.native.hive.writer.enabled=true |
Backend
VL (Velox)
Bug description
run sql : insert overwrite table xx partition (ds = 'xx') select * from xx . There is an error message:
table format is parquet . I would like to know if native write is currently supported. for Insertintohivetable.
Spark version
Spark-3.2.x
Spark configurations
spark.gluten.sql.native.writer.enabled=true
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: