xiarixiaoyao commented on PR #6989:
URL: https://github.com/apache/hudi/pull/6989#issuecomment-1290215562
@duanyongvictory
my env: spark3.3 presto 0.275 , this pr should worked,
java -jar ./presto-cli/target/presto-cli-0.275-SNAPSHOT-executable.jar
--catalog hudi --schema default
presto:default> select * from p1011;
Query 20221025_085119_00004_3hdhm, RUNNING, 1 node, 17 splits
0:05 [ 0 rows, 0B] [ 0 rows/s, 0B/s]
[>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 0%
Query 20221025_085119_00004_3hdhm, RUNNING, 1 node, 17 splits
0:07 [ 0 rows, 0B] [ 0 rows/s, 0B/s]
[>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 0%
Query 20221025_085119_00004_3hdhm, RUNNING, 1 node, 17 splits
0:08 [ 0 rows, 0B] [ 0 rows/s, 0B/s]
[>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 0%
ERROR: failed to open pager: Cannot run program "less": CreateProcess
error=2, 系统找不到指定的文件。
_hoodie_commit_time | _hoodie_commit_seqno | _hoodie_record_key |
_hoodie_partition_path | _hoodie_file_name
| id | f1 | f2 | ts | f3_ne
w
---------------------+-----------------------+--------------------+------------------------+----------------------------------------------------------------------------+----+------+------+------------------+------
--
20221025145226407 | 20221025145226407_0_0 | 01 |
|
5a348ae5-853f-4a06-8e3c-6ac68c7879ee-0_0-106-205_20221025145426942.parquet | 01
| f1_v | f2_v | 1657608295538000 | NULL
20221025145323249 | 20221025145323249_0_1 | 02 |
|
5a348ae5-853f-4a06-8e3c-6ac68c7879ee-0_0-106-205_20221025145426942.parquet | 02
| f1_v | f2_v | 1657628170556000 | NULL
20221025145426942 | 20221025145426942_0_2 | 03 |
|
5a348ae5-853f-4a06-8e3c-6ac68c7879ee-0_0-106-205_20221025145426942.parquet | 03
| f1_v | f2_v | 1657628170776000 | f3_v
(3 rows)
Query 20221025_085119_00004_3hdhm, FINISHED, 1 node
Splits: 17 total, 17 done (100.00%)
0:08 [3 rows, 3B] [0 rows/s, 0B/s]
--
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]