rupertbarton
rupertbarton
Thanks for your reply, here is a sample of some code that throws an exception for us: ``` python df_1 = spark.createDataFrame([{"a": 1}]) df_2 = spark.createDataFrame([{"a": 1}]) compare = datacompy.SparkCompare(...
The error message is: ``` --------------------------------------------------------------------------- ParseException Traceback (most recent call last) Cell In[7], line 12 2 df_2 = spark.createDataFrame([{"a": 1}]) 4 compare = datacompy.SparkCompare( 5 spark, 6 df_1, (...)...
I'll create a ticket in our backlog to investigate switching over, thanks!
> @rupertbarton more for my understanding but could you articulate what sort of use case you have where you are just joining on a single column with nothing else to...