spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Restore use of avg in JPA smoke test once HHH-16445 is fixed

Open snicoll opened this issue 2 years ago • 1 comments

While upgrading to Hibernate 6.2.0.Final, the smoke test has been changed to avoid what seems to be a regression in Hibernate 6.2. I've raised https://hibernate.atlassian.net/browse/HHH-16445 and the smoke test should be updated according to the resolution of that issue.

snicoll avatar Apr 06 '23 14:04 snicoll

Meh, maybe this is a regression caused by https://hibernate.atlassian.net/browse/HHH-15711

dreis2211 avatar Apr 06 '23 15:04 dreis2211

FTR, this is the commit which changed the avg: f264e3c65ee36a6d0a8ef482599e009ee593d8f2

mhalbritter avatar May 09 '23 08:05 mhalbritter

I doesn't look like the regression's going to be fixed in Hibernate. There's a suggestion in the issue that we can use: casting to an integer.

wilkinsona avatar Nov 16 '23 14:11 wilkinsona