Mrudhulraj commented on PR #6016: URL: https://github.com/apache/texera/pull/6016#issuecomment-4922761617
@carloea2 DatasetResourceSpec.scala is available in file-services: 2 issues/qns: 1. object DatasetResource is **not** well-defined in the core engine(amber) service. Refer: ```amber\src\main\scala\org\apache\texera\web\resource\dashboard\user\dataset\DatasetResource.scala``` DatasetResource utilities are defined in the file-service, and require migration to a centralized package (common). 2. Can we add the test cases in the file-service to avoid confusion? Refer: ```file-service\src\test\scala\org\apache\texera\service\resource\DatasetResourceSpec.scala``` 3. To test in file-service **_another_** issue lies, DashboardResource (only in the amber service) and not a common package. We would have to migrate DashboardResource to common again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
