You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #1169 re-implements the logic for determining which casts are supported by Spark/Comet in native code because it is now needed when reading from ParquetExec.
This means that we have the same code implemented both in Scala and native code.
Describe the potential solution
Perhaps we can have the Scala code call the native code via JNI rather than maintain two copies.
Additional context
No response
The text was updated successfully, but these errors were encountered:
What is the problem the feature request solves?
PR #1169 re-implements the logic for determining which casts are supported by Spark/Comet in native code because it is now needed when reading from ParquetExec.
This means that we have the same code implemented both in Scala and native code.
Describe the potential solution
Perhaps we can have the Scala code call the native code via JNI rather than maintain two copies.
Additional context
No response
The text was updated successfully, but these errors were encountered: