guptaat

Results 4 comments of guptaat

Thank you for the response and pointer. Environment Variables and Initialization for spark `%env PYSPARK_PYTHON=python` `%env PYSPARK_DRIVER_PYTHON_OPTS=notebook` `%env PYSPARK_DRIVER_PYTHON=jupyter` `%env JAVA_HOME=C:\Program Files\Eclipse Adoptium\jdk-11.0.14.9-hotspot` `from pyspark.sql import SparkSession` `import pyspark.sql.functions as...

@fdosani apologies. got sidetracked in between due to other projects. Hopefully will pick it back again this week and report back asap. Thank you

@fdosani I installed the spark compare refactor branch using `pip install --upgrade git+https://github.com/capitalone/datacompy@spark-compare-refactor` It did not seem to solve the problem as got the results as below ![image](https://user-images.githubusercontent.com/43218708/187277104-ac258512-bc91-4c33-a95e-f0a5db49cea1.png) Looked at...

@fdosani Yes spark.core.py does have eqNullSafe ( i was previously looking at sparkcompare.py) ![image](https://user-images.githubusercontent.com/43218708/189978308-1ef3fbc8-2e14-406c-bd39-2b70c33b6495.png) I explicitly added the import statement as u suggested ![image](https://user-images.githubusercontent.com/43218708/189978596-ce69dccd-395c-4b48-b9e2-35937ddceae2.png) Got the following results ![image](https://user-images.githubusercontent.com/43218708/189978776-859d2975-7b8f-4b56-b876-d3e4fc153a6f.png) but...