You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5차 데모데이 전날, 페이지네이션에서 넘겨주는 리뷰 뭉탱이에서 '이게 마지막 페이지인가'에 대한 정보를 담기로 급작스럽게 변경되었다. 이를 간단하게 구현할 수 있다고 생각한 산모씨는 열심히 쿼리를 작성했으나, 아루가 EXIST 를 사용해서 쿼리 성능을 개선할 수 있다고 해서 아루의 도움을 받아 쿼리를 작성했다. 테스트코드는 통과했고, 우리는 프로덕션에서 무사히 목록이 보이길 기대했다.
하지만 요런 에러가 발생했다.
java.lang.ClassCastException: class java.lang.Long cannot be cast to class java.lang.Boolean (java.lang.Long and java.lang.Boolean are in module java.base of loader 'bootstrap')
당시에는 H2 와 MySQL 의 문법 불일치때문인 것 같다고 결론을 내렸다.
이 결론이 맞나면, 레포지토리 테스트는 환경을 MySQL 로 변경할 필요가 있다.
🔥 할 일
⏰ 예상 시간
🐴 할 말
The text was updated successfully, but these errors were encountered:
🔍 설명
🔥 할 일
⏰ 예상 시간
🐴 할 말
The text was updated successfully, but these errors were encountered: