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
I recently upgraded my project to Spark 3 (Scala 2.12.0) and therefore I am now using spark-daria v1.0.0 I am a big fan of the "Optimize Imports" functionality in IntelliJ but since the update it now sees the com.github.mrpowers.spark.daria.sql.transformations.camelCaseToSnakeCaseColumns imports as unused. It's only a problem in the IDE since the code compiles on the command line.
Have you ever experienced something similar?
Thanks for the support!
The text was updated successfully, but these errors were encountered:
@labbedaine - I think you can click the "Reload all SBT projects" refresh button (the symbols is two arrows that form a circle) to get the latest code synced with your IDE. Let me know if that works for you!
Hi!
I recently upgraded my project to Spark 3 (Scala 2.12.0) and therefore I am now using spark-daria v1.0.0 I am a big fan of the "Optimize Imports" functionality in IntelliJ but since the update it now sees the
com.github.mrpowers.spark.daria.sql.transformations.camelCaseToSnakeCaseColumns
imports as unused. It's only a problem in the IDE since the code compiles on the command line.Have you ever experienced something similar?
Thanks for the support!
The text was updated successfully, but these errors were encountered: