stayrascal commented on issue #2813:
URL: https://github.com/apache/hudi/issues/2813#issuecomment-1443150151
@danny0405 one more question, after disable vectorized vectorization, count
RT table works, but got empty content during query the RT table, which haven't
done any compaction(only have log file without base file). Any parameter I need
to set?
{code}
0: jdbc:hive2://xxxxxx-1:10000/> select count(*) from flink_hudi_mor_tbl_rt;
+------+
| _c0 |
+------+
| 16 |
+------+
1 row selected (6.141 seconds)
0: jdbc:hive2://emr-master-1:10000/> select * from flink_hudi_mor_tbl_rt;
+--------------------------------------------+---------------------------------------------+-------------------------------------------+-----------------------------------------------+------------------------------------------+-----------------------------+-----------------------------+----------------------------+---------------------------+----------------------------------+
| flink_hudi_mor_tbl_rt._hoodie_commit_time |
flink_hudi_mor_tbl_rt._hoodie_commit_seqno |
flink_hudi_mor_tbl_rt._hoodie_record_key |
flink_hudi_mor_tbl_rt._hoodie_partition_path |
flink_hudi_mor_tbl_rt._hoodie_file_name | flink_hudi_mor_tbl_rt.uuid |
flink_hudi_mor_tbl_rt.name | flink_hudi_mor_tbl_rt.age |
flink_hudi_mor_tbl_rt.ts | flink_hudi_mor_tbl_rt.partition |
+--------------------------------------------+---------------------------------------------+-------------------------------------------+-----------------------------------------------+------------------------------------------+-----------------------------+-----------------------------+----------------------------+---------------------------+----------------------------------+
+--------------------------------------------+---------------------------------------------+-------------------------------------------+-----------------------------------------------+------------------------------------------+-----------------------------+-----------------------------+----------------------------+---------------------------+----------------------------------+
No rows selected (0.137 seconds)
{code}
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]