vincenzobaz / spark-scala3

Apache License 2.0
88 stars 15 forks source link

Publish is broken #34

Closed joan38 closed 1 year ago

joan38 commented 1 year ago

Sounds like the published package does not contain the encoder. I believe this is because we are trying to publish udf and encoder under the same artifact here

See content of the jar:

% tar tf spark-scala3_3-0.2.1.jar 
META-INF/MANIFEST.MF
org/
org/apache/
org/apache/spark/
org/apache/spark/sql/
org/apache/spark/sql/expressions/
scala3udf/
Gen.scala
org/apache/spark/sql/expressions/Exporter$.class
org/apache/spark/sql/expressions/Exporter.class
org/apache/spark/sql/expressions/Exporter.tasty
scala3udf/Udf$.class
scala3udf/Udf.class
scala3udf/Udf.tasty
vincenzobaz commented 1 year ago

Thank you for opening this issue. We were discussing broken publish in another PR.

I do not have a lot of experience with publishing so I am having a hard with this. I am trying to merge the two projects to simplify but testing is still red.

vincenzobaz commented 1 year ago

Let me know if it works :) I published the two artifacts