jstastny-cz commented on code in PR #2350:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2350#discussion_r3645266096


##########
data-audit/kogito-addons-data-audit-jpa/kogito-addons-data-audit-jpa-common/src/main/resources/META-INF/data-audit-orm.xml:
##########
@@ -109,95 +109,94 @@
         </query>
        </named-native-query>
 
-       <named-native-query name="GetAllPendingJobs"
-               result-set-mapping="JobExecutionTO">
+       <named-native-query name="GetAllPendingJobs">
                <query>
-            SELECT 
-                  o1.job_id,
-                  o1.expiration_time, 
-                  o1.priority, 
-                  o1.process_instance_id, 
-                  o1.node_instance_id, 
-                  o1.repeat_interval, 
-                  o1.repeat_limit, 
-                  o1.scheduled_id, 
-                  o1.retries, 
-                  o1.status, 
-                  o1.execution_counter,  
-                  o1.event_date,
-                  o1.exception_message,
-                  o1.exception_details
-              FROM Job_Execution_Log o1 
-              LEFT JOIN Job_Execution_Log o2 ON o1.job_id = o2.job_id AND 
o1.event_date &lt; o2.event_date 
-             WHERE o2.job_id IS NULL AND o1.status IN ('SCHEDULED', 'RETRY')
-        </query>
+                  SELECT

Review Comment:
   seems like tabs instead of spaces?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to