Replies: 1 comment 6 replies
-
@mbasmanova @majetideepak @Yuhta Do you have any input? Thanks. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we enable static builds within gluten and run SQL for Parquet writing on CentOS 7, we encounter the following exception:
Upon investigation, it appears that the issue lies with velox's inability to directly call the ::arrow::field() method when creating a schema. We have found that modifying the code to create arrow::Field instances using the std::make_shared method resolves the issue in this commit JkSelf@b0eef85.
Does anyone know the reason for this problem?
Beta Was this translation helpful? Give feedback.
All reactions