Skip to content
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

Double slash in COS parquet path is being added #322

Open
shivprakashy opened this issue Feb 8, 2023 · 1 comment
Open

Double slash in COS parquet path is being added #322

shivprakashy opened this issue Feb 8, 2023 · 1 comment

Comments

@shivprakashy
Copy link
Contributor

shivprakashy commented Feb 8, 2023

The parquet files are failing during rename operation because of double slash (//) in the path. This has occurred after merging #318

Solution:
The rename for spark-events flow should be made conditional and the existing code is made default.
handle rename differently for eventlog appstatus files

if (pathToKey(src).endsWith(".inprogress")) {
// changed logic if the 'rename' method is called on file ending ".inprogress" (this will be appstatus file)
...
} else {
// existing code
}
This was referenced Feb 14, 2023
@shivprakashy
Copy link
Contributor Author

Test Results updated here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant