TGSAI / mdio-cpp

C++, Cloud native, scalable storage engine for various types of energy data.
Apache License 2.0
6 stars 3 forks source link

Returned Variable from SelectField does not maintain slicing #133

Closed BrianMichell closed 1 month ago

BrianMichell commented 1 month ago

When a Dataset is sliced and then SelectField is called for structured data the returned Variable is not sliced.

Ensure that the returned Variable is sliced inside the future to match the expected Dataset dimensions.

This could also be an opportunity to look into adding the type template to this to further streamline use of structured data.