[
https://issues.apache.org/jira/browse/HUDI-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinoth Chandar closed HUDI-166.
-------------------------------
Resolution: Fixed
> Investigate differences in values seen in demo run
> --------------------------------------------------
>
> Key: HUDI-166
> URL: https://issues.apache.org/jira/browse/HUDI-166
> Project: Apache Hudi (incubating)
> Issue Type: Task
> Components: Docs
> Reporter: Vinoth Chandar
> Assignee: Nishith Agarwal
> Priority: Major
> Attachments: Screen Shot 2019-07-22 at 10.55.57 AM.png, Screen Shot
> 2019-07-22 at 10.59.45 AM.png
>
>
> {code}
> hoodie:stock_ticks_mor->compaction schedule
> ...
> hoodie:stock_ticks_mor->compactions show all
> ╔═════════════════════════╤═══════════╤═══════════════════════════════╗
> ║ Compaction Instant Time │ State │ Total FileIds to be Compacted ║
> ╠═════════════════════════╪═══════════╪═══════════════════════════════╣
> ║ 20190710232858 │ COMPLETED │ 1 ║
> ╚═════════════════════════╧═══════════╧═══════════════════════════════╝
> {code}
> {code}
> seems like something regressed on rt view?
> ```0: jdbc:hive2://hiveserver:10000> select `_hoodie_commit_time`, symbol,
> ts, volume, open, close from stock_ticks_mor where symbol = 'GOOG';
> +----------------------+---------+----------------------+---------+------------+-----------+--+
> | _hoodie_commit_time | symbol | ts | volume | open
> | close |
> +----------------------+---------+----------------------+---------+------------+-----------+--+
> | 20190710232605 | GOOG | 2018-08-31 09:59:00 | 6330 | 1230.5
> | 1230.02 |
> | 20190710232858 | GOOG | 2018-08-31 10:59:00 | 9021 | 1227.1993
> | 1227.215 |
> +----------------------+---------+----------------------+---------+------------+-----------+--+
> 2 rows selected (0.277 seconds)
> 0: jdbc:hive2://hiveserver:10000> select `_hoodie_commit_time`, symbol, ts,
> volume, open, close from stock_ticks_mor_rt where symbol = 'GOOG';
> +----------------------+---------+----------------------+---------+-------+--------+--+
> | _hoodie_commit_time | symbol | ts | volume | open |
> close |
> +----------------------+---------+----------------------+---------+-------+--------+--+
> | 20190710232605 | GOOG | 2018-08-31 09:59:00 | NULL | NULL |
> NULL |
> | 20190710232858 | GOOG | 2018-08-31 10:59:00 | NULL | NULL |
> NULL |
> +----------------------+---------+----------------------+---------+-------+--------+--+
> 2 rows selected (0.383 seconds)
> 0: jdbc:hive2://hiveserver:10000>```
> it shows NULL values in the second query
> which is not what the demo page shows now
> {code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)