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
Due to Gradle limitations and the fact that preprocessor depends on DataFrame library itself, preprocessor cannot be resolved in the root module when the library version is upgraded to 0.9.0.
The proposed solution is to move tests that use preprocessor to the dataframe-tests module. For DataSchema interfaces inside main we should write accessors manually
The text was updated successfully, but these errors were encountered:
Due to Gradle limitations and the fact that preprocessor depends on DataFrame library itself, preprocessor cannot be resolved in the root module when the library version is upgraded to
0.9.0
.The proposed solution is to move tests that use preprocessor to the
dataframe-tests
module. For DataSchema interfaces insidemain
we should write accessors manuallyThe text was updated successfully, but these errors were encountered: