Hi @Tyler Tamasauckas , I was also facing same issue with the sql functions 'upper' and ‘hash’. In the jar we have to call SparkSession.builder().getOrCreate() or SparkContext.getOrCreate() API to get the spark/sparkcontext instance.In the jar if we...