Writing incorrect data into delta format file from data frame in AWS glue job
Our Glue job is writing data into delta format file from data frame. It looks like data frame is fetching correct records however after writing into delta format , the data is in consistent(sometimes writes the correct record and sometimes writes incorrect random record). Need some help to resolve this