-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excel Relation is not supported #588
Comments
Hello Tufail, We will try to include this relation support in the next Spline release. |
Thank you @cerveada for the information. Can you please confirm when will the next version of Spline will be released? |
@cerveada I think we could fix it in 0.4 and release an update asap. Should be easy, no? |
It should, OK I will take a look at the issue at Monday. So the bugfix version should be released next week. |
Thank you @cerveada that would be great. Also, this issue is with the excel data source. If I change the data source to the oracle would this issue be still occurring? Thanks, |
|
|
Capturing excel write operation seems to be currently impossible. We will support only read for now. More here: nightscape/spark-excel#209 |
@cerveada Thank you for keeping the ticket open. Please let me know when this will be available in the future. @wajda I understand what you are saying. It worked with |
Hi @wajda I solved the dependency issue while using spline with docker and spark 2.2.2v. The code is working fine with oracle as the database. However, when using the spark 2,3v and 2.4v the code was throwing the said error. I had modified the Thanks, |
@Qurashetufail I will ask you once more. If you have any question or comments unrelated to Excel, please create new ticket for it, or use ticket that is related to your problem. Each problem should have its own dedicated ticket. Oracle and Excel are unrelated things. You can link the other tickets if you need to provide context. This will make searching for information in future much easier for everybody. |
@Qurashetufail, |
* spline #588 support for spark excel
@Qurashetufail, |
Hi @wajda,
I ran the script on all the compatible spark versions. Thanks, |
Hello, which version of spark-excel library are you using? |
I am running this on below dependency.
First I ran the code on the given |
Could you try to update the spark-excel version to the latest version |
After updating, I am getting the same issue mentioned above. Thanks, |
Ok, I added the support for Spark Excel, but that doesn't mean it will work for all past version. But I expect it will work at least for |
Thank you for your help. Its the issue now the with excel package. nightscape/spark-excel#137 |
Thanks mate its working now. |
Hi Team,
Spline version 0.4.1
I am facing this issue while accessing the data from the
.xlsx
file. Please find the error belowThe code snippet is mentioned below
Request you to please let me know why this issue is happening?
Thanks,
Tufail
The text was updated successfully, but these errors were encountered: