Skip to content

Commit

Permalink
fix: duckdb debug extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Mar 22, 2024
1 parent be8a3a5 commit f8ec5b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.exception.ExceptionUtils;
import org.springframework.core.io.ClassPathResource;
import org.springframework.stereotype.Component;
import org.springframework.util.ResourceUtils;

import fr.insee.arc.utils.dao.GenericPreparedStatementBuilder;
Expand All @@ -30,6 +31,7 @@
import fr.insee.arc.utils.ressourceUtils.PropertiesHandler;
import fr.insee.arc.utils.utils.FormatSQL;

@Component
public class ParquetDao {

private static final String ATTACHMENT_NAME_PREFIX = "pg";
Expand Down

0 comments on commit f8ec5b1

Please sign in to comment.