- da54b04 CI: cache deb and rpm for month (#94) by Nikolay Antonov · 3 days ago main
- 3942c55 Add procps dependency to RPM/DEB for pxf stop command by Dianjin Wang · 3 days ago
- d9bded0 Run JDBC tests in Testcontainers (MVP) (#91) by Nikolay Antonov · 3 days ago
- b968bbe Include license files in all package distributions by Dianjin Wang · 4 days ago
- 7cfe382 Include `-incubating` in extracted directory name by Dianjin Wang · 6 days ago
- 55165b1 Partially revert 48302989 to fix pxf_regress (#87) by Nikolay Antonov · 10 days ago
- 5d13cad ci: add Rocky 9 support for CI and Docker build environment (#78) by liuxiaoyu · 11 days ago
- df8568f fix: add Parquet UUID type support for read/write (#71) by liuxiaoyu · 11 days ago
- c064f7b Add Java 17 support (#72) by Nikolay Antonov · 14 days ago
- a159cf1 Brand: update pxf_fdw Makefile description (#75) by Dianjin Wang · 14 days ago
- 0b73793 Fix release tarball base version naming by Dianjin Wang · 5 weeks ago
- 982f487 Bump version to 2.2.0-SNAPSHOT by Dianjin Wang · 4 weeks ago
- 4f961d2 Fix Dependency submission workflow. (#83) by Nikolay Antonov · 3 weeks ago
- 5ca0e7f ASF: update files to make ASF compliance (#80) by Dianjin Wang · 3 weeks ago
- 36a77ba ASF: remove gradle-wrapper.jar file to make ASF compliant (#81) by Nikolay Antonov · 3 weeks ago
- e3d8a0b Update Makefile to include fdw in DEB/RPM by Dianjin Wang · 4 weeks ago
- cb17cdd Add cloudberry-pxf ASF release script (#68) by Dianjin Wang · 5 weeks ago
- c379399 Bump Parquet version from 1.12.3 to 1.15.2 by Nikolay Antonov · 6 weeks ago
- 21da190 docs - pxf_fdw works with HDFS data sources by Nikolay Antonov · 7 weeks ago
- 2b01f81 Package: update deb/rpm name formart by Dianjin Wang · 8 weeks ago
- 50e908b Update HBASE to 2.3.7 in PXF (#62) by Nikolay Antonov · 7 weeks ago
- 6a0682e Package: update rpm and deb package files by Dianjin Wang · 8 weeks ago
- da1253e ASF: Update Apache compliance and branding migration by Dianjin Wang · 8 weeks ago
- 0d605aa docs - pxf works with ORC using Foreign Data Wrapper by Nikolay Antonov · 8 weeks ago
- ab7f902 Update parquet to 1.12.3 in PXF by Nikolay Antonov · 8 weeks ago
- 0376ea7 docs - pxf works with ORC using Foreign Data Wrapper (#52) by Nikolay Antonov · 9 weeks ago
- 29cb92d Remove dev files from source dir by Dianjin Wang · 9 weeks ago
- 88405c8 Update Makefile and cloudberry-pxf for Apache Cloudberry by Dianjin Wang · 9 weeks ago
- 44b9dad Release support by Ed Espino · 1 year, 7 months ago
- 54e3426 Upgrade Apache ORC library in PXF by Nikolay Antonov · 9 weeks ago
- 2e5b2fe Update go-libs url to `apache/cloudberry-go-libs` (#47) by Dianjin Wang · 9 weeks ago
- d575072 Upgrade Apache AVRO library in PXF by Nikolay Antonov · 9 weeks ago
- f9dcc03 feat: cleanup the PG_VERSION_NUM logic in source files (#41) by liuxiaoyu · 10 weeks ago
- 19ffc63 CI: allow concurrent workflows on main branch by Dianjin Wang · 10 weeks ago
- be0c08f Refactor: rename Java packages from `org.greenplum` to `org.apache.cloudberry` by Dianjin Wang · 10 weeks ago
- e991beb feat: Re-adapt cloudberry/pxf_fdw to Cloudberry (#31) by liuxiaoyu · 10 weeks ago
- dac417b Enforce linear commit history for main by Dianjin Wang · 10 weeks ago
- bfa5149 CI: remove legacy Concourse CI, and rename `concourse` to `ci` by Dianjin Wang · 10 weeks ago
- 82db026 ASF: update NOTICE & LICENSE files by Dianjin Wang · 10 weeks ago
- 9eb45ac ASF: update community files to follow ASF rules by Dianjin Wang · 10 weeks ago
- 148836d Fix: Always run PXF Automation tests when PR created by Nikolay Antonov · 2 months ago
- 3b6d93d Add dependency-submission workflow to collect gradle dependencies by Nikolay Antonov · 3 months ago
- 60d38b0 asf.yaml: add active contributors as collaborators by Dianjin Wang · 3 months ago
- a3e52c5 Automation: add README on how to run tests by Nikolay Antonov · 3 months ago
- 5ec3492 Fix: gpdb test add pxf env and fix cloudtest null point by liuxiaoyu · 3 months ago
- a932ece Fix: external table regress allow demo text resolver to handle multiple fields by liuxiaoyu · 3 months ago
- 2b2959c Fix: Add load/performance/extension test groups and align env/test expectations by huluhuifeng · 3 months ago
- fdf58f3 Fix: Add load/performance/extension test groups and align env/test expectations by huluhuifeng · 3 months ago
- 5394ead Automation: upgrade testng to reduce amount of SKIPPED tests by Nikolay Antonov · 3 months ago
- f3a7e03 Automation: wait for files to be copied in Hive tests by Nikolay Antonov · 4 months ago
- f923ce5 Automation: save automation logs by Nikolay Antonov · 4 months ago
- fbd6d65 Automation: Fail whole test-group when we have single failed test by Nikolay Antonov · 4 months ago
- 112bcd1 Automation: add timeout on test phase by Nikolay Antonov · 4 months ago
- 7e7f496 Add external-table to test matrix by Dianjin Wang · 4 months ago
- 387bab6 Reuse run_tests.sh for single test group execution instead of new script by Dianjin Wang · 4 months ago
- b220985 Add run_single_test.sh with proper env setup, add missing test groups, and detailed test summary by Dianjin Wang · 4 months ago
- d61f5b0 Parallelize tests using matrix strategy for faster CI by Dianjin Wang · 4 months ago
- d5040ce Update CI workflow to make it run by Dianjin Wang · 4 months ago
- e35d434 Update .github/workflows/pxf-ci.yml by liuxiaoyu · 4 months ago
- 0f8adcc Update .github/workflows/pxf-ci.yml by liuxiaoyu · 4 months ago
- 6e5b832 this is github action test commit by liuxiaoyu · 4 months ago
- 4830298 Fix: stabilize base/feature automation test by huluhuifeng · 4 months ago
- b0de1f4 feat(ci): improve workflow automation and test reporting by liuxiaoyu · 4 months ago
- 9ca5f55 feat: Add MinIO S3 support and improve Docker test environment by liuxiaoyu · 4 months ago
- ca5f49f fix smoke hdfs hive hcatalog hcfs test group by huluhuifeng · 4 months ago
- c13994d update pxf-ci.yml and pxf build branch use merge-with-upstream branch by liuxiaoyu · 4 months ago
- deee1e1 Add a basic pxf ci and summary test result by liuxiaoyu · 5 months ago
- a43e9e2 Modify operator precedence. by Max Yang · 10 months ago
- 8839ece Fix stack overflow in add_projection_desc_httpheader_pg12 by WANG Weinan · 10 months ago
- 42dddc4 Relax the requirement that C string length matches Java string length (#870) by Bradford D. Boyle · 3 years, 7 months ago
- 26c0920 added specs for gpdb7-rhel8-test-pxf docker image (#867) by Alexander Denissov · 3 years, 7 months ago
- 45efced ci: allow existing artifacts to remain if there is no pivnet product (#868) by Ashuka Xue · 3 years, 7 months ago
- e021d6f docs - command block formatting fix (#866) by Lisa Owen · 3 years, 7 months ago
- 4974d1f docs - misc updates/additions to the orc write docs (#864) by Lisa Owen · 3 years, 7 months ago
- 613bdcb docs - update jdbc driver version number (#865) by Lisa Owen · 3 years, 7 months ago
- a2fe875 Add JsonProtocolHandler to use HdfsFileFragmenter for multi-line JSON (#858) by Ashuka Xue · 3 years, 7 months ago
- 1f5c4ba removed jsoup dependency and unused class from the automation code (#863) by Alexander Denissov · 3 years, 7 months ago
- 5410b7b install Java 8 JDK in gp7 centos7 docker image (#862) by Alexander Denissov · 3 years, 7 months ago
- 64875eb added Maven, Java 8 and pip install for GPDB7 docker images (#860) by Alexander Denissov · 3 years, 7 months ago
- 39c1cd8 Update asf.yaml and README.md by Dianjin Wang · 1 year, 5 months ago
- 635c149 Update README.md (#1) by Dianjin Wang · 1 year, 10 months ago
- 24a69b6 Add basic community files by Dianjin Wang · 2 years, 4 months ago
- 4cf4696 Bump Spring Boot's built-in Tomcat to 9.0.72 by Terry Ning · 2 years, 11 months ago
- 2b70d30 fix: refactor projection header logic for PostgreSQL compatibility by liuxiaoyu · 6 months ago
- 733ab55 Add support for Cloudberry Database by kongfanshen · 3 years, 6 months ago
- 9b8a8a6 Address PR Feedback by Himanshu Pandey · 3 years, 5 months ago
- 22810f6 Applying master changes for pxfheaders.c and test.yml to the branch to avoid conflict by Himanshu Pandey · 3 years, 6 months ago
- b42eb70 Resolving conflicts by Himanshu Pandey · 3 years, 6 months ago
- db6cdfc fix projection calculation for GP7 by Himanshu Pandey · 3 years, 6 months ago
- 240a95c Fixing Table/DB encoding comparison for GP7 by Himanshu Pandey · 3 years, 6 months ago
- b099e60 Fixing Tinc tests by Himanshu Pandey · 3 years, 7 months ago
- 7815283 Added Python dependencies for Tinc Tests by Himanshu Pandey · 3 years, 7 months ago
- 82d659f Update Catalog query to get Foreign Tables by Himanshu Pandey · 3 years, 7 months ago
- 6fa21e7 updated ProjectionInfo related code for GP7 and code refactor by Himanshu Pandey · 3 years, 7 months ago
- dcffb4d Fix Tests for GP7 by Himanshu Pandey · 3 years, 7 months ago
- 794570c Fix compilation for GP7 by Himanshu Pandey · 3 years, 7 months ago
- ae79dd6 Fix code for GP7 and GP6 API diff by Himanshu Pandey · 3 years, 7 months ago
- cb59954 Code Refactor by Himanshu Pandey · 3 years, 7 months ago
- 50f2341 Added post instructions in GP7 spec by Himanshu Pandey · 3 years, 7 months ago
- d826a13 Fix compilation for PXF on GP7 by Himanshu Pandey · 3 years, 7 months ago