Fix windows implementation of the ParquetScheduler
#5
by
						
not-lain
	
							
						- opened
							
					
The parquet implementation was giving me the following error on windows (works on linux) [Windows error 32] The process cannot access the file because it is being used by another process.
I was able to fix it using the above code, I also removed the f'string from the print statement.
not-lain
	
				
		changed pull request title from
		Fix windows implementation of the parquet implementation
		to Fix windows implementation of the ParquetScheduler
			

