-
Couldn't load subscription status.
- Fork 0
Avro Schema NameSpace 수정. #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev-0.2
Are you sure you want to change the base?
Conversation
|
Warning Rate limit exceeded@pdh0128 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 3 minutes and 52 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (4)
개요두 개의 Avro 스키마 파일에서 네임스페이스를 업데이트합니다. MemorialApplicationAvroSchema와 MemorialAvroSchema의 네임스페이스를 기존의 "com.example.avro"에서 프로젝트별 네임스페이스로 변경하며, 스키마 구조나 필드 정의는 변경되지 않습니다. 변경 사항
예상 코드 리뷰 노력🎯 1 (Trivial) | ⏱️ ~3분 관련 가능성 있는 PR
시
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
src/main/avro/MemorialApplicationAvroSchema.avsc(1 hunks)src/main/avro/MemorialAvroSchema.avsc(1 hunks)
🔇 Additional comments (1)
src/main/avro/MemorialAvroSchema.avsc (1)
4-4: Now I understand the structure. Let me search for actual usages of Avro classes in the codebase:네임스페이스 변경은 기술적으로 안전합니다.
생성된 Java 클래스는 스키마의 네임스페이스 필드에서 지정된 패키지에 생성됩니다. 기존 코드베이스에서 이전 네임스페이스(
com.example.avro)에 대한 참조가 없음을 확인했습니다. 네임스페이스는 스키마 생성 시 영향을 미치지만, 기존 또는 향후 소비자 관점에서는 실질적으로 영향을 주지 않습니다. Gradle Avro 플러그인은 기본적으로/src/main/avro디렉토리를 소스로 사용하고 생성된 클래스를/build/generated-main-avro-java에 저장합니다.
Avro Schema NameSpace 수정.
Summary by CodeRabbit
릴리스 노트