AnzhiZhang commented on code in PR #3715:
URL: https://github.com/apache/texera/pull/3715#discussion_r2365246537


##########
core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/hub/HubResource.scala:
##########
@@ -326,7 +326,7 @@ object HubResource {
           dataset = dataset,

Review Comment:
   Yes it is correct. This is creating `DashboardDataset` and pass these 
params. It is not a self assignment, the left side `dataset` is the argument 
name, right side is the object we are passing to the constructor.
   
   Line 321:
   
   ```scala
   val dataset = record.into(DATASET).into(classOf[Dataset])
   ```



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

Reply via email to