tsekityam opened a new pull request, #15321:
URL: https://github.com/apache/pinot/pull/15321
This PR fixs #15320, by using jackson to decode api response instead of circe
## Test
I can run the following code to get the schema of the table
```py
df = (
spark
.read
.format("pinot")
.option("controller", "xxxxx")
.option("broker", "xxxxx")
.option("table", "xxxxx")
.option("tableType", "offline")
.option("authorization", "xxxxx")
.option("useGrpcServer", "true")
.load()
)
```
<img width="323" alt="Screenshot 2025-03-20 at 4 09 48 PM"
src="https://github.com/user-attachments/assets/49ac6767-a633-4604-93d6-6b16bea4f35a"
/>
without having `Caused by: java.lang.ExceptionInInitializerError: Exception
java.lang.NoSuchMethodError: 'void
cats.kernel.CommutativeSemigroup.$init$(cats.kernel.CommutativeSemigroup)' [in
thread "Thread-125"]` error
--
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]