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

[WIP]Fixed bug in SqlFeatureStore if configuration is stored in subfolders #672

Conversation

sNiklasch
Copy link

When the configuration of the feature ist stored in a subfolder of the features folder, this subfolder was added twice to the file-url.

Example:
Configuration is stored in //path/to/datasources/feature/subfolder/config.xml
resolveToFile combines "//path/to/datasources/feature/subfolder/" and "subfolder/config" + ".xml"

With this Fix, only the filename ("config") is taken from the identifier to get the right filepath.

@stephanr stephanr added bug error issue and bug (fix) in progress labels Jan 28, 2016
@stephanr stephanr added this to the 3.4 milestone Jan 28, 2016
@tfr42 tfr42 added the under review PR under review by TMC member label Feb 2, 2016
@stephanr stephanr self-assigned this Aug 30, 2016
@tfr42
Copy link
Member

tfr42 commented Aug 30, 2016

Review postponed to next TMC meeting.

@stephanr
Copy link
Member

I am currently in the process of reviewing this pull request.
I think it shoul be possible to omit the use of the file object in the FeatureStoreBuilder and make the lookup inside the SQLFeaturestore without using the id.
As soon as i completed the analysis i will remove the WIP label from this pull request.

@stephanr stephanr changed the title Fixed bug in SqlFeatureStore if configuration is stored in subfolders [WIP]Fixed bug in SqlFeatureStore if configuration is stored in subfolders Sep 15, 2016
@tfr42 tfr42 added the stuck stuck PR label Nov 6, 2017
@stephanr
Copy link
Member

stephanr commented Apr 6, 2018

I close this PR, because it has been waiting for a long time and there are no planned resources for it at the moment.

@stephanr stephanr closed this Apr 6, 2018
@tfr42 tfr42 added wontfix and removed under review PR under review by TMC member labels Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) stuck stuck PR wontfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants