Skip to content

Commit eae5446

Browse files
author
yuzelin
committed
T
1 parent 2eb521d commit eae5446

File tree

1 file changed

+8
-0
lines changed
  • paimon_python_java/paimon-python-java-bridge/tools/ci/paimon-ci-tools/src/main/java/org/apache/paimon/tools/ci/licensecheck

1 file changed

+8
-0
lines changed

paimon_python_java/paimon-python-java-bridge/tools/ci/paimon-ci-tools/src/main/java/org/apache/paimon/tools/ci/licensecheck/NoticeFileChecker.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,14 @@ private static String convertProblemsToIndentedString(List<String> problems, Str
351351
}
352352

353353
private static List<Path> findNoticeFiles(Path root) throws IOException {
354+
boolean e =
355+
new File(
356+
"/home/runner/work/paimon-python/paimon-python/paimon_python_java/paimon-python-java-bridge/src/resources/META-INF/NOTICE")
357+
.exists();
358+
if (true) {
359+
throw new RuntimeException("DEBUG: " + e);
360+
}
361+
354362
return Files.walk(root)
355363
.filter(
356364
file -> {

0 commit comments

Comments
 (0)