AnzhiZhang opened a new issue, #3727: URL: https://github.com/apache/texera/issues/3727
## Description - The current dataset search query and unified resource schema do not include a field to indicate whether a dataset is downloadable (added in #3663). - The field order for `UnifiedResourceSchema` constructor is inconsistent with docstring comments. ## Proposed changes - Add isDatasetDownloadable to DatasetSearchQueryBuilder. - Add isDatasetDownloadable to UnifiedResourceSchema. - Update schema documentation to include isDatasetDownloadable. - Adjust field order to ensure consistency between constructor call, unified schema definition, and docstrings. -- 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]
