aborgatin commented on a change in pull request #484: GRIFFIN-232 - add support 
pluggable predicates
URL: https://github.com/apache/griffin/pull/484#discussion_r262923746
 
 

 ##########
 File path: 
service/src/main/java/org/apache/griffin/core/job/SparkSubmitJob.java
 ##########
 @@ -185,17 +185,13 @@ private void setPredicates(String json) throws 
IOException {
         if (StringUtils.isEmpty(json)) {
             return;
         }
-        List<Map<String, Object>> maps = toEntity(json,
-                new TypeReference<List<Map>>() {
+        List<SegmentPredicate> predicates = toEntity(json,
 
 Review comment:
   Yes, this code is covered in tests. I add yet another.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to