8000 Tags · apache/hawq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Tags: apache/hawq

Tags

rel/v3.0.0.0

Toggle rel/v3.0.0.0's commit message
Apache HAWQ 3.0.0.0 release

thirdparty

Toggle thirdparty's commit message
HAWQ-1782. Fix failed to read EXTERNAL TABLE of GPFDIST protocol

- revise CREATE EXTERNAL TABLE default to READABLE EXTERNAL TABLE

- fix read from EXTERNAL TABLE of GPFDIST protocol

The documented behaviour of CREATE EXTERNAL TABLE indicates a READABLE
TABLE but used to be violated.

Referring to https://curl.se/libcurl/c/curl_multi_fdset.html,
```
If no file descriptors are set by libcurl, max_fd will contain -1 when
this function returns. Otherwise it will contain the highest descriptor
number libcurl set. When libcurl returns -1 in max_fd, it is because
libcurl currently does something that isn't possible for your
application to monitor with a socket and unfortunately you can then not
know exactly when the current action is completed using select(). You
then need to wait a while before you proceed and call curl_multi_perform
anyway. How long to wait? Unless curl_multi_timeout gives you a lower
number, we suggest 100 milliseconds or so, but you may want to test it
out in your own particular conditions to find a suitable value.
```
it is not an error of `max_fd == -1`. Moreover, the situation of
`max_fd == -1` seems common on macOS.

rel/v2.4.0.0

Toggle rel/v2.4.0.0's commit message
Apache HAWQ 2.4.0.0 release.

2.4.0.0-rc1

Toggle 2.4.0.0-rc1's commit message
Apache HAWQ 2.4.0.0 RC1

rel/v2.3.0.0

Toggle rel/v2.3.0.0's commit message
Apache HAWQ(incubating) 2.3.0.0 release

2.3.0.0-incubating-rc2

Toggle 2.3.0.0-incubating-rc2's commit message
Apache HAWQ 2.3.0.0-incubating RC2

2.3.0.0-incubating-rc1

Toggle 2.3.0.0-incubating-rc1's commit message
Apache HAWQ 2.3.0.0-incubating RC1

rel/v2.2.0.0-incubating

Toggle rel/v2.2.0.0-incubating's commit message
Apache HAWQ(incubating) 2.2.0.0 release (IP only)

rel/v2.1.0.0-incubating

Toggle rel/v2.1.0.0-incubating's commit message
Apache HAWQ(incubating) 2.1.0.0 release (IP only)

2.2.0.0-incubating-rc3

Toggle 2.2.0.0-incubating-rc3's commit message
Apache HAWQ 2.2.0.0-incubating RC3

0