forked from greenplum-db/pxf-archive
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from arenadata/feature/ADBDEV-5595
[ADBDEV-5595] - Add support for new types in PXF
- Loading branch information
Showing
71 changed files
with
17,643 additions
and
3,217 deletions.
There are no files selected for viewing
3,925 changes: 3,296 additions & 629 deletions
3,925
automation/sqlrepo/features/filterpushdown/checkFilterPushDown/expected/query01.ans
Large diffs are not rendered by default.
Oops, something went wrong.
3,913 changes: 3,290 additions & 623 deletions
3,913
automation/sqlrepo/features/filterpushdown/checkFilterPushDown/expected/query02.ans
Large diffs are not rendered by default.
Oops, something went wrong.
486 changes: 408 additions & 78 deletions
486
automation/sqlrepo/features/filterpushdown/checkFilterPushDown/sql/query01.sql
Large diffs are not rendered by default.
Oops, something went wrong.
486 changes: 408 additions & 78 deletions
486
automation/sqlrepo/features/filterpushdown/checkFilterPushDown/sql/query02.sql
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
automation/sqlrepo/features/filterpushdown/checkFilterPushDownDisabled/sql/query01.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-- @description query01 for PXF filter pushdown disabled case | ||
|
||
SET gp_external_enable_filter_pushdown = off; | ||
SELECT * FROM test_filter WHERE t0 = 'C' AND a1 = 2 ORDER BY t0, a1; | ||
SELECT t0, a1, b2, c3, d4, e5, filterValue FROM test_filter WHERE t0 = 'C' AND a1 = 2 ORDER BY t0, a1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.