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
thx @zsxwing, right now we use spark 2.4.7, and the master branch of the delta.io compatible only with spark 3.
So I have two questions. Please suggest me.
Can I do the fix as the patch to 0.6.1 tag and expect that it will be published with 0.6.2 delta.io version?
I will do a fix to spark 3 as well, but right now I don't have the environment to test this fix, so does it ok If I will do the fix without internal testing? Do the delta.io test handle streaming API or it's better to publish MR with enhancement after my team adopts spark 3?
Hi @fvaleye Thank you.
This does not affect my current project, because I use spark 2, and will proceed for the next few months.
So I just have my own fork of delta.io 0.6.1.
But this saves my time for contributing to things that I don't use tight now at work.
And also help to improve project quality in general.
So again, thank you.
It was very helpful.
This line of code uploads all files from delta-log to spark driver.
delta/src/main/scala/org/apache/spark/sql/delta/files/DeltaSourceSnapshot.scala
Line 86 in 819bcd5
toLocalIterator
?The text was updated successfully, but these errors were encountered: