[FEATURE REQUEST]: DataFrame to IDataReader #545
Replies: 3 comments
-
I guess you could wrap Spark's DF in IDataReader's implementation. One thing to note is that Spark's DF is not materialized until you perform an action (such as |
Beta Was this translation helpful? Give feedback.
-
OK, make sense. Related question, can this project be used as a general purpose .net/java gateway? Like is there a straight forward way to invoke some java class method from spark .net? E.g. |
Beta Was this translation helpful? Give feedback.
-
I wouldn't recommend using spark .net for a general purpose .net/java interop. Have you checked something like jni4net (although it hasn't been updated recently)? |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Seems like spark could be used as JDBC/ADO.NET gateway. At a glance it looks doable to convert DF/IEnumerable to IDataReader auto-magically (and avoid manual type conversion). Any thought?
Describe alternatives you've considered
IKVM
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions