π Hello, team! I just started playing around with Zingg as a potential substitute to our current pyspark rules based entity matching.
However straight away running into this error, (using Databricks and zingg==0.4.0):
TypeError: 'JavaPackage' object is not callable
When instantiating the Arguments class.
I tried adding these two configs to my cluster as per a similar error I saw to no avai:
spark.kryoserializer.buffer.max 2000M
spark.serializer org.apache.spark.serializer.KryoSerializer
Anyone ran into this before?