datastrato / gravitino

World's most powerful data catalog service with providing a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
347 stars 150 forks source link

[#3190] fix(jdbc-backend): Fix the cast issue when Relational Garbage Collector cleaning fileset version info #3226

Closed jerryshao closed 2 weeks ago

jerryshao commented 2 weeks ago

What changes were proposed in this pull request?

When obtaining the maximum version result of fileset, pass the result into the object to solve the ClassCastException problem.

Why are the changes needed?

Fix: #3190

How was this patch tested?

Add some ITs.