@Gowri Shankar Thanks for using Microsoft Q&A.
You get think kind of message with Polybase when your source data is not compatible with Polybase and thus you need to enable staging in your copy data via Azure blob or Azure Gen2 and ADF automatically converts the data to meet the data format requirements of Polybase. Please go to Settings tab of your copy data activity and select "Enable Staging" by providing storage path for your staging blob/Gen2. (See screenshot below).
I, however, do not feel that doing that will fix your actual requirement to load comma separated texts as Text - Naperville, IL will be treated as two different columns. You may need to do some data scrubbing by using data flow ( for example - replacing , in the text with - or some other character OR using a different delimiter (other than ,)for the CSV file.