[GitHub] incubator-quickstep issue #189: patches for missed linenoise changes

2017-03-02 Thread zuyu
Github user zuyu commented on the issue:

https://github.com/apache/incubator-quickstep/pull/189
  
Never mind. It works after resetting the third party and recompiling.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-quickstep issue #189: patches for missed linenoise changes

2017-03-01 Thread cramja
Github user cramja commented on the issue:

https://github.com/apache/incubator-quickstep/pull/189
  
@zuyu I cannot recreate the issue you are describing.

```
Starting Quickstep with 8 worker thread(s) and a 11.20 GB buffer pool.
--num_workers is 8, but only specified 0 CPU affinities with 
--worker_affinities. 8 workers will be unaffinitized.
quickstep> \d
quickstep> \dt
quickstep> \dt foo
ERROR:  Unrecognized relation foo (1 : 5)
\dt foo
^
quickstep> create table foo (id int);
Time: 0.205 ms
quickstep> \d
   List of relations

 Name   | Type  | Blocks
+---+---+-+
 foo| table | 0

quickstep> \dt foo
   List of relations

 Name   | Type  | Blocks
+---+---+-+
 foo| table | 0

quickstep> \d foo
 Table "foo"
 Column | Type
+---+---+
 id | Int
quickstep> \d foobar
ERROR:  Unrecognized relation foobar (1 : 4)
\d foobar
   ^
quickstep> \d
   List of relations

 Name   | Type  | Blocks
+---+---+-+
 foo| table | 0

quickstep> quit;
```


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-quickstep issue #189: patches for missed linenoise changes

2017-02-28 Thread zuyu
Github user zuyu commented on the issue:

https://github.com/apache/incubator-quickstep/pull/189
  
@cramja In addition to `\analyze`, it seems that other commands like `\d` 
and `\dt` also do not work.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-quickstep issue #189: patches for missed linenoise changes

2017-02-23 Thread cramja
Github user cramja commented on the issue:

https://github.com/apache/incubator-quickstep/pull/189
  
@zuyu yes it fixed the multiple queries issue.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-quickstep issue #189: patches for missed linenoise changes

2017-02-23 Thread zuyu
Github user zuyu commented on the issue:

https://github.com/apache/incubator-quickstep/pull/189
  
@cramja Did this PR fix the issue that the cli shell does not work with a 
input file with multiple queries?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-quickstep issue #189: patches for missed linenoise changes

2017-02-21 Thread jianqiao
Github user jianqiao commented on the issue:

https://github.com/apache/incubator-quickstep/pull/189
  
LGTM. Thanks @cramja for the fix!


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-quickstep issue #189: patches for missed linenoise changes

2017-02-21 Thread cramja
Github user cramja commented on the issue:

https://github.com/apache/incubator-quickstep/pull/189
  
@jianqiao This does not fix the bug with `\analyze`. That appears to be 
something with how the analyze command was written.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---