codelipenghui edited a comment on issue #5112: How to Date type -> AVRO -> 
Presto
URL: https://github.com/apache/pulsar/issues/5112#issuecomment-529910274
 
 
   @KannarFr Are you using the master branch to build a snapshot version?  I 
test with master branch, it seems worked:
   ```
   presto> select * from pulsar."public/default".foo limit 10;
    age |     timestampmillis     | __partition__ | __event_time__ |    
__publish_time__     | __message_id__ | __sequence_id__ | __producer_name__ | 
__key__ | __properties__
   
-----+-------------------------+---------------+----------------+-------------------------+----------------+-----------------+-------------------+---------+----------------
      0 | 2019-09-10 20:22:04.249 |            -1 | NULL           | 2019-09-10 
20:22:04.267 | (16,0,0)       |               0 | standalone-1-2    | NULL    | 
{}
      1 | 2019-09-10 20:22:04.298 |            -1 | NULL           | 2019-09-10 
20:22:04.299 | (16,1,0)       |               1 | standalone-1-2    | NULL    | 
{}
      2 | 2019-09-10 20:22:04.302 |            -1 | NULL           | 2019-09-10 
20:22:04.302 | (16,2,0)       |               2 | standalone-1-2    | NULL    | 
{}
      3 | 2019-09-10 20:22:04.304 |            -1 | NULL           | 2019-09-10 
20:22:04.304 | (16,3,0)       |               3 | standalone-1-2    | NULL    | 
{}
      4 | 2019-09-10 20:22:04.307 |            -1 | NULL           | 2019-09-10 
20:22:04.307 | (16,4,0)       |               4 | standalone-1-2    | NULL    | 
{}
      5 | 2019-09-10 20:22:04.310 |            -1 | NULL           | 2019-09-10 
20:22:04.310 | (16,5,0)       |               5 | standalone-1-2    | NULL    | 
{}
      6 | 2019-09-10 20:22:04.313 |            -1 | NULL           | 2019-09-10 
20:22:04.313 | (16,6,0)       |               6 | standalone-1-2    | NULL    | 
{}
      7 | 2019-09-10 20:22:04.316 |            -1 | NULL           | 2019-09-10 
20:22:04.316 | (16,7,0)       |               7 | standalone-1-2    | NULL    | 
{}
      8 | 2019-09-10 20:22:04.318 |            -1 | NULL           | 2019-09-10 
20:22:04.318 | (16,8,0)       |               8 | standalone-1-2    | NULL    | 
{}
      9 | 2019-09-10 20:22:04.321 |            -1 | NULL           | 2019-09-10 
20:22:04.321 | (16,9,0)       |               9 | standalone-1-2    | NULL    | 
{}
   (10 rows)
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to