vishesh92 commented on code in PR #11143:
URL: https://github.com/apache/cloudstack/pull/11143#discussion_r2191509875


##########
engine/schema/src/main/java/com/cloud/gpu/VGPUTypesVO.java:
##########
@@ -40,19 +40,19 @@ public class VGPUTypesVO implements InternalIdentity {
     private String vgpuType;
 
     @Column(name="video_ram")
-    private long videoRam;
+    private Long videoRam;

Review Comment:
   As per the schema, these can be null. Also, this information is just a 
metadata and might not be available in some cases.



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to