cgivre commented on pull request #2124: URL: https://github.com/apache/drill/pull/2124#issuecomment-745310991
@rajeshguptaiiitm The commits are not squashed. There should be only 1 commit. The way to do this is: ``` git reset --soft HEAD~4 git commit -m "DRILL-7094: UnSupported Bson type: DECIMAL128 Mongodb 3.6 onwards" git push origin +master ``` Please verify your branch BEFORE executing the last step. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
