This is an automated email from the ASF dual-hosted git repository.

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 194e91f6c [AMORO-2845] Fix incorrect mock data about optimize group 
(#2846)
194e91f6c is described below

commit 194e91f6ced7f1cbb479be7280d670e891de908b
Author: xleoken <[email protected]>
AuthorDate: Tue May 21 14:57:17 2024 +0800

    [AMORO-2845] Fix incorrect mock data about optimize group (#2846)
    
    * [AMORO-2845] Fix incorrect mock data about optimize group
    
    * [AMORO-2845] Fix incorrect mock data about optimize group
---
 amoro-ams/amoro-ams-dashboard/mock/modules/settings.js | 12 ++++++++----
 pom.xml                                                |  1 +
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/amoro-ams/amoro-ams-dashboard/mock/modules/settings.js 
b/amoro-ams/amoro-ams-dashboard/mock/modules/settings.js
index 0f833c1e1..341293786 100644
--- a/amoro-ams/amoro-ams-dashboard/mock/modules/settings.js
+++ b/amoro-ams/amoro-ams-dashboard/mock/modules/settings.js
@@ -44,8 +44,10 @@ export default [
           },
           optimizeGroup: [{
             name: 'flinkOp',
-            tmMemory: '1024',
-            jmMemory: 'sdsa'
+            properties: {
+              tmMemory: '1024',
+              jmMemory: '1024'
+            }
           }]
         },
         {
@@ -56,8 +58,10 @@ export default [
           },
           optimizeGroup: [{
             name: 'flinkOp',
-            tmMemory: '1024',
-            jmMemory: 'sdsa2'
+            properties: {
+              tmMemory: '1024',
+              jmMemory: '1024'
+            }
           }]
         }
       ]
diff --git a/pom.xml b/pom.xml
index 8f90ffc12..2a0296357 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1042,6 +1042,7 @@
                     </executions>
                 </plugin>
                 <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
                     <version>${maven-checkstyle-plugin.version}</version>
                     <configuration>

Reply via email to