Miu0703 commented on code in PR #48:
URL:
https://github.com/apache/airavata-data-catalog/pull/48#discussion_r2013294812
##########
data-catalog-api/server/service/src/main/java/org/apache/airavata/datacatalog/api/query/MetadataSchemaQueryExecutor.java:
##########
@@ -3,8 +3,10 @@
import
org.apache.airavata.datacatalog.api.exception.MetadataSchemaSqlParseException;
import
org.apache.airavata.datacatalog.api.exception.MetadataSchemaSqlValidateException;
import org.apache.airavata.datacatalog.api.model.UserEntity;
-
+import java.util.List;
public interface MetadataSchemaQueryExecutor {
MetadataSchemaQueryResult execute(UserEntity userEntity, String sql, int
page, int pageSize)
- throws MetadataSchemaSqlParseException,
MetadataSchemaSqlValidateException;
+ throws MetadataSchemaSqlParseException,
MetadataSchemaSqlValidateException;
+ MetadataSchemaQueryResult execute(UserEntity userEntity, List<String>
groupIds,String sql, int page, int pageSize)
+ throws MetadataSchemaSqlParseException,
MetadataSchemaSqlValidateException;
Review Comment:
okay I changed that in my new commit.
--
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]