79082943

Date: 2024-10-13 10:56:26
Score: 2
Natty:
Report link

When I started playing with Parquet in Java I had a similar issue. Review your project dependencies and include a logging library. From what I remember, I was debugging the code and I found that in absence of it, internally the log level was debug, and executed the log logic, without printing it, consuming a lot of time.

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Jerónimo López