apache / cloudberry

One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.
https://cloudberry.apache.org
Apache License 2.0
430 stars 104 forks source link

Add answer file for high version perl #658

Closed gfphoenix78 closed 1 month ago

gfphoenix78 commented 1 month ago

Perl with higher version(e.g. 5.38.0) will produce different error message, compared with v5.34.0 We should handle these different versions.

How was this patch tested?

Please detail how the changes were tested, including manual tests and any relevant unit or integration tests.

Contributor's Checklist

Here are some reminders and checklists before/when submitting your pull request, please check them:

wenchaozhang-123 commented 1 month ago

LGTM

wenchaozhang-123 commented 1 month ago

As gpmapreduce has no used, we disable this tap test now. As a result, maybe there is no need to add this new expected result.

gfphoenix78 commented 1 month ago

Close this PR since gpmapreduce was disabled now.