joshelser commented on pull request #2308:
URL: https://github.com/apache/hbase/pull/2308#issuecomment-696870760
Some subtle changes I'm noticing, the prompt is different. Now..
```
hbase(#<IRB::WorkSpace:0x27e44e9c>):003:0>
```
and before...
```
hbase(main):001:0>
```
Timestamps are also pretty-printed now:
```
ROW
COLUMN+CELL
r1
column=f:q, timestamp=2020-09-22T13:33:56.089, value=value
1 row(s)
Took 0.1200 seconds
```
was before..
```
hbase(main):001:0> scan 'j1'
ROW COLUMN+CELL
r1 column=f:q, timestamp=1600796036089, value=value
1 row(s)
Took 0.3820 seconds
```
The timestamp one is probably something we should fix. I think the prompt
fixing would be nice to fix, but I'm not sure how to do that without a deep
dive :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]