Kai Xu
Kai Xu
do we have some suggestions on using JEP with multiply threads concurrently, for my scenario, I created one static JEP instance but when call in multi thread it failed with...
@ndjensen Thanks for the info, need I set the Jep library path every time before I instantiate JEP instance if it's running distributedly, by distributedly I mean something like Spark...
when trying to load jep.so, I got the error: undefined symbol: Py_HashRandomizationFlag, what's wrong with my .so file?
hi team, any suggestions on this issue?
@davidrabinowitz any suggestions?
no stack trace, the compile would fail since the function(SchemaConverters.toSpark, SchemaConverters.toBigQuerySchema ) is static before, while after 0.30.0 it's none static.
@davidrabinowitz we regard SchemaConverters as a util to convert schema between spark and bq in our app.