Replies: 2 comments 4 replies
-
I am not sure what do you mean, now we need not to serialize things related to native, so need not load velox4j in planner side. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Is it technically possible to initialize the Velox4J environment on client side in the Flink case? If yes I'll recommend to do this way. This is also similar to how we are doing on Gluten Spark. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the planner, when passing SARG from Flink to Velox, it seems necessary to wrap the serialized string of BaseVector inside ConstantTypedExpr. This appears to require invoking the Velox4j initialization method already during the planner phase. Is this approach reasonable?
Beta Was this translation helpful? Give feedback.
All reactions