Skip to content

Commit

Permalink
fix: duckdb extension debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Mar 22, 2024
1 parent f8ec5b1 commit 5c6fd0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ private static void attachPostgresDatabasesToDuckdb(Connection connection, Parqu

private static void unzipDuckdbPostgresExtensions() throws IOException {
System.out.println("§§§§");
System.out.println(ParquetDao.class.getClassLoader());
System.out.println(ParquetDao.class.getClassLoader().getResource(DUCKDB_EXTENSION_PROVIDED_FILE));

try (InputStream is = ParquetDao.class.getClassLoader().getResourceAsStream(DUCKDB_EXTENSION_PROVIDED_FILE)) {
Expand Down

0 comments on commit 5c6fd0d

Please sign in to comment.