Skip to content

Commit

Permalink
Replacing parquet_s3_fdw with tembo forked parquet_s3_fdw (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
shhnwz authored Aug 12, 2024
1 parent 76c4f0d commit 05c9b52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dw-cnpg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

# Clone and build parquet_s3_fdw
RUN git clone https://github.com/pgspider/parquet_s3_fdw.git && \
cd parquet_s3_fdw && \
git checkout v1.1.0 && \
RUN git clone https://github.com/tembo-io/tembo_parquet_s3_fdw.git && \
cd tembo_parquet_s3_fdw && \
git checkout v1.1.4 && \
make USE_PGXS=1 install && \
cd .. && rm -rf parquet_s3_fdw
cd .. && rm -rf tembo_parquet_s3_fdw

# cache all extensions
RUN set -eux; \
Expand Down

0 comments on commit 05c9b52

Please sign in to comment.