yihua commented on issue #6517:
URL: https://github.com/apache/hudi/issues/6517#issuecomment-1248823659

   #6673 and #6676 have fixed the problem of reading the partition column from 
a bootstrap table and I verified that it works (see the `df.show` result below 
after bootstrap).  Closing this issue.  @peanut-chenzhong feel free to reopen 
this if you still see the problem.
   ```
   scala> df.show
   
+-------------------+--------------------+--------------------+----------------------+--------------------+--------------------+-------------+--------------------+------------+--------------------+--------------------+--------------------+-----+---------+
   |_hoodie_commit_time|_hoodie_commit_seqno|  
_hoodie_record_key|_hoodie_partition_path|   _hoodie_file_name|                 
key|           ts|           textField|decimalField|           longField|       
   arrayField|            mapField|round|partition|
   
+-------------------+--------------------+--------------------+----------------------+--------------------+--------------------+-------------+--------------------+------------+--------------------+--------------------+--------------------+-----+---------+
   |     00000000000002|  00000000000002_1_0|000-416e-f335-1f3...|             
2022/1/31|356f2b69-6958-465...|000-416e-f335-1f3...|1643949407427|abcdefghijklmnopq...|
   0.5398461| 4486089480226173414|[0, 1, 2, 3, 4, 5...|{4a19-ff6d-95f87c...|    
0|2022/1/31|
   |     00000000000002|  00000000000002_1_1|000-4638-bd51-7ce...|             
2022/1/31|356f2b69-6958-465...|000-4638-bd51-7ce...|1643949404254|abcdefghijklmnopq...|
    0.542539|-7250499539432824960|[0, 1, 2, 3, 4, 5...|{4a1c-6792-b6a852...|    
0|2022/1/31|
   
   ```


-- 
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]

Reply via email to