[GitHub] incubator-hawq issue #1314: HAWQ-1555. Add access interfaces for protocol an...

2017-12-01 Thread chiyang10000
Github user chiyang1 commented on the issue: https://github.com/apache/incubator-hawq/pull/1314 Thanks for your guys detailed reviews and comments. I have updated my code. ---

[GitHub] incubator-hawq pull request #1320: HAWQ-1564. Add Pluggable Storage Dependen...

2017-12-05 Thread chiyang10000
GitHub user chiyang1 opened a pull request: https://github.com/apache/incubator-hawq/pull/1320 HAWQ-1564. Add Pluggable Storage Dependent Information You can merge this pull request into a Git repository by running: $ git pull https://github.com/chiyang1/incubator

[GitHub] incubator-hawq pull request #1314: HAWQ-1555. Add access interfaces for prot...

2017-12-05 Thread chiyang10000
Github user chiyang1 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1314 ---

[GitHub] incubator-hawq pull request #1321: HAWQ-1565. Include Pluggable Storage Form...

2017-12-15 Thread chiyang10000
Github user chiyang1 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1321#discussion_r157335240 --- Diff: src/backend/executor/nodeExternalscan.c --- @@ -80,8 +83,61 @@ ExternalNext(ExternalScanState *node) /* * get

[GitHub] incubator-hawq pull request #1321: HAWQ-1565. Include Pluggable Storage Form...

2017-12-07 Thread chiyang10000
GitHub user chiyang1 opened a pull request: https://github.com/apache/incubator-hawq/pull/1321 HAWQ-1565. Include Pluggable Storage Format Framework in External Table Scan Rewrite the tuple construct and consume working flow in the external table, which leads to data copy cost

[GitHub] incubator-hawq issue #1321: HAWQ-1565. Include Pluggable Storage Format Fram...

2017-12-08 Thread chiyang10000
Github user chiyang1 commented on the issue: https://github.com/apache/incubator-hawq/pull/1321 There will be a contrast performance test in the near days. ---

[GitHub] incubator-hawq pull request #1320: HAWQ-1564. Add Pluggable Storage Dependen...

2017-12-05 Thread chiyang10000
Github user chiyang1 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1320#discussion_r155136178 --- Diff: src/include/access/relscan.h --- @@ -127,6 +132,16 @@ typedef struct FileScanDescData /* custom data formatter

[GitHub] incubator-hawq pull request #1321: HAWQ-1565. Include Pluggable Storage Form...

2017-12-30 Thread chiyang10000
Github user chiyang1 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1321 ---

[GitHub] incubator-hawq pull request #1328: HAWQ-1578. Regression Test (Feature->Rang...

2018-01-04 Thread chiyang10000
GitHub user chiyang1 opened a pull request: https://github.com/apache/incubator-hawq/pull/1328 HAWQ-1578. Regression Test (Feature->Ranger)Failed Due to some unknown issue (`ERROR: remote component error (0): (libchurl.c:897)`), I could not set up the test environment to ver

[GitHub] incubator-hawq pull request #1328: HAWQ-1578. Regression Test (Feature->Rang...

2018-01-08 Thread chiyang10000
Github user chiyang1 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1328#discussion_r160105954 --- Diff: src/backend/access/external/plugstorage.c --- @@ -89,6 +94,11 @@ void getExternalTableTypeInStr(const char formatType

[GitHub] incubator-hawq issue #1327: HAWQ-1566. Include Pluggable Storage Format Fram...

2018-01-01 Thread chiyang10000
Github user chiyang1 commented on the issue: https://github.com/apache/incubator-hawq/pull/1327 @huor @jiny2 @stanlyxiang @wcl14 Please help to review. ---

[GitHub] incubator-hawq pull request #1327: HAWQ-1566. Include Pluggable Storage Form...

2018-01-01 Thread chiyang10000
GitHub user chiyang1 opened a pull request: https://github.com/apache/incubator-hawq/pull/1327 HAWQ-1566. Include Pluggable Storage Format Framework in External Table Insert Add the external table insert and copy from(write into external table) related feature here. You can