GandivaException: divide by zero error

I am getting the below error. Anyone experienced this error?

(org.apache.arrow.gandiva.exceptions.GandivaException) divide by zero error org.apache.arrow.gandiva.evaluator.JniWrapper.evaluateProjector()

Note that I am querying against Parquet files.

@mahbubzaman

What version of Dremio is this?

I get the same error on my reflection in version 4.8

@Shirisha @mahbubzaman

Are you able to provide a profile, do you have any real divide by zero condition?

There is no calculation or division that was being performed on that VDS. I disabled the reflection and re enabled and that error went away.

–Shirisha