GitHub user hsyuan opened a pull request:
https://github.com/apache/incubator-hawq/pull/253
HAWQ-324. Add minirepro management utility
As a Database User, I should be able to dump the DDL and Statistics
Information for a given query so I don't have to dump a large GPDB file.
GIVEN I am a Database User
WHEN I run minirepro database-name -q sql-file-name -f output-file-name
THEN I should get the DDL and statistics info for the tables and views
accessed in that query
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hsyuan/incubator-hawq minirepro
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/253.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #253
----
commit 850afa70b96fe5907ec86123ce02f931e96dc439
Author: Haisheng Yuan <[email protected]>
Date: 2016-01-07T21:33:02Z
HAWQ-324. Add minirepro management utility
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---