JeonDaehong commented on issue #12935:
URL: https://github.com/apache/iceberg/issues/12935#issuecomment-2863053107

   > 다음 SQL(또는 Java API)을 사용하면 커밋 시간별로 정렬된 데이터 파일 목록을 얻을 수 있습니다.
   > 
   > SELECT r.committed_at, l.snapshot_id, l.data_file 
   > FROM db.table.all_entries l 
   > JOIN db.table.snapshots r 
   > ON l.snapshot_id=r.snapshot_id
   > ORDER BY r.committed_at DESC;
   
   Hello
   Can I create a PR to improve this?
   Or should I just leave it as is since the data can still be queried using 
SQL?


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to