Thanks for posting your question in the Microsoft Q&A forum.
Ensure that the partition column is of a suitable data type for range partitioning. Typically, numeric or date/time columns work best. If using a string column, make sure it can be properly ordered.
Check if the partition column contains any NULL values or unexpected data that might interfere with the partitioning logic.
While ADF can automatically determine partition bounds, you might try explicitly setting the lower and upper bounds to see if it resolves the issue.
If you're using a custom query in the source, ensure it doesn't interfere with the partitioning logic.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful