-
Notifications
You must be signed in to change notification settings - Fork 0
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
Not all versions of job being imported. #256
Comments
After exporting versions from v1 to v2, we check if some versions are redundant ( contain same data). |
This is the exported versions of the file without removing the redundant data
|
This is the versions with removing the redundant versions feature
|
I await for the call if we keep or remove the redundant versions |
@youenchene Can you confirm if its ok to remove the redudant versions. To me this will lead to confusion and would rather make it an option for users to choose. Doing it automatically might lead to confusion. |
Roger that 👍 . can you provide me the option name |
in the current release, there is a case i didn t consider when comparing versions to filter them. |
@medamineziraoui - I think we have overcomplicated this . I dont want to implement any smartness , just do a straight 1-1 and be done with it. The way to compare files is not just by name / size but to do a full hash and compare it. For now just comment that piece of logic and just do a simple 1-1 |
How to test : Version to test : 2.1.4 The Export phase: Create a build file:
Export job using this commande : The import phase: Create a new build file:
Then use this command line:
Expected behvior
|
|
tried to export a spark job with ID 4708 from V1. This job has 7 versions .
The export , import succeeded but when checked in V2 only 3 versions were imported.
The text was updated successfully, but these errors were encountered: