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

Throw exception in CsvFileConnector#getIndividualTimeSeriesFilePaths #927

Open
sebastian-peter opened this issue Nov 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sebastian-peter
Copy link
Member

} catch (IOException e) {
log.error("Unable to determine time series files readers for time series.", e);
return Collections.emptySet();
}

Probably use ConnectorException as above in the same file

@sebastian-peter sebastian-peter added the bug Something isn't working label Nov 13, 2023
@sebastian-peter sebastian-peter added this to the Version 4.2 milestone Nov 13, 2023
@sebastian-peter sebastian-peter modified the milestones: Version 4.2, Version 5.0 Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant