Stephen Goldbaum
Stephen Goldbaum
Epic: #838 As a developer, I would like to be able to test Morphir modules using CSV files so that I can reuse existing dataset tests and share tests across...
Story: #839 ### Description With the new CSV testing capabilities, we need documentation for developers and contributors sufficient for them to create and execute CSV testing from scratch. The document...
### Description Focus on being able to manage meaningful tests in Morphir's Spark support.
### Description Supporting the ability to aggregate values from a data set. ### Criteria Morphir provides the ability to aggregate from a collection of records via a function. Spark provides...
Story: Spark: Filter Support ### Description Enums are often mapped to other values like strings or integers. We need a consistent strategy for these mappings to achieve necessary consistency across...
### Description Supporting the ability to filter (where) values from a data set based on boolean logic. ### Criteria Morphir provides the ability to filter from a collection of records...
### Description Supporting the ability to map (select) values from fields or calculations from a data set. ### Criteria Morphir provides the ability to map from a collection of records...
1. For every type used in the confines of LCR, map out how it will be represented in Spark using Data Frames. Every item should have an example. 2. Implement...
Create and Antique model that encapsulates all of the LCR features. We will use this model as the target upon which we verify completion and measure progress. We can optionally...
Setup build automation for GitHub and running tests