pjfanning commented on PR #1024:
URL: 
https://github.com/apache/pekko-connectors/pull/1024#issuecomment-2764465804

   Breaks a lot of tests, eg
   ```
   info] Test docs.javadsl.InfluxDbSourceTest.streamRawQueryResult started
   [error] Test docs.javadsl.InfluxDbSourceTest.streamRawQueryResult failed: 
org.influxdb.InfluxDBMapperException: Unsupported type class java.time.Instant 
for column time, took 0.013 sec
   [error]     at org.influxdb.dto.Point$Builder.setField(Point.java:420)
   [error]     at 
org.influxdb.dto.Point$Builder.addFieldByAttribute(Point.java:369)
   [error]     at 
org.influxdb.dto.Point$Builder.addFieldsFromPOJO(Point.java:312)
   [error]     at org.influxdb.impl.InfluxDBMapper.save(InfluxDBMapper.java:53)
   [error]     at docs.javadsl.TestUtils.populateDatabase(TestUtils.java:52)
   [error]     at 
docs.javadsl.InfluxDbSourceTest.setUp(InfluxDbSourceTest.java:60)
   [error]     ...
   [info] Test docs.javadsl.InfluxDbSourceTest.streamQueryResult started
   [error] Test docs.javadsl.InfluxDbSourceTest.streamQueryResult failed: 
org.influxdb.InfluxDBMapperException: Unsupported type class java.time.Instant 
for column time, took 0.013 sec
   [error]     at org.influxdb.dto.Point$Builder.setField(Point.java:420)
   [error]     at 
org.influxdb.dto.Point$Builder.addFieldByAttribute(Point.java:369)
   [error]     at 
org.influxdb.dto.Point$Builder.addFieldsFromPOJO(Point.java:312)
   [error]     at org.influxdb.impl.InfluxDBMapper.save(InfluxDBMapper.java:53)
   [error]     at docs.javadsl.TestUtils.populateDatabase(TestUtils.java:52)
   [error]     at 
docs.javadsl.InfluxDbSourceTest.setUp(InfluxDbSourceTest.java:60)
   ```


-- 
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: notifications-unsubscr...@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to