davidnadeau commented on issue #1761:
URL: https://github.com/apache/fury/issues/1761#issuecomment-2250966640

   Thanks, the schema of the class is not changing the data looks like
   ```scala
   case class Features(id: Long, counts: Option[CountFeature], timeseries: 
Option[TimeseriesFeature])
   case class CountFeature(featureA: Option[Long], featureB: Option[Long], 
featureC: Option[Long], featureD: Option[Long])
   case class TimeseriesFeature(
     featureA: Option[List[TimestampedId]],
     featureB: Option[List[TimestampedId]],
     featureC: Option[List[TimestampedId]],
     featureD: Option[List[TimestampedId]]
   )
   case class TimestampedId(timestamp: Instant, id: Long)
   ```


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