vinitamaloo-asu opened a new issue, #11922:
URL: https://github.com/apache/iceberg/issues/11922
### Apache Iceberg version
1.7.1 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
Add two records in the table one after the other.
`+-----------------------+-------------------+-------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|committed_at |snapshot_id |parent_id
|operation|manifest_list
|summary
|
+-----------------------+-------------------+-------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|2025-01-07 13:40:34.662|3486607060728746628|NULL
|overwrite|/private/var/folders/pg/tsqs2lkx53zd2gmp2ql9jwhw0000gp/T/199732743789544656/com.walmart.ad.iceberg.session.IcebergTableSessionSuite/_warehouse/com_walmart_ad_iceberg_session_icebergtablesessionsuite/table_1/metadata/snap-3486607060728746628-1-c881b50d-a84e-4e6c-863d-6a25322f6f00.avro|{spark.app.id
-> local-1736286027993, replace-partitions -> true, added-data-files -> 1,
added-records -> 1, added-files-size -> 852, changed-partition-count -> 1,
total-records -> 1, total-files-size -> 852, total-data-files -> 1,
total-delete-files -> 0, total-position-deletes -> 0, total-equality-deletes ->
0, engine-version -> 3.5.0, app-id -> local-1736286027993, engine-name ->
spark, iceberg-version -> Apache Iceberg 1.7.1 (commit
4a432839233f2343a9eae8255532f911f06358ef)} |
|2025-01-07
13:40:37.126|1370475982752787916|3486607060728746628|overwrite|/private/var/folders/pg/tsqs2lkx53zd2gmp2ql9jwhw0000gp/T/199732743789544656/com.walmart.ad.iceberg.session.IcebergTableSessionSuite/_warehouse/com_walmart_ad_iceberg_session_icebergtablesessionsuite/table_1/metadata/snap-1370475982752787916-1-8d2bbe47-6b76-4990-9e04-c4310041f33e.avro|{spark.app.id
-> local-1736286027993, replace-partitions -> true, added-data-files -> 1,
added-records -> 1, added-files-size -> 852, changed-partition-count -> 1,
total-records -> 2, total-files-size -> 1704, total-data-files -> 2,
total-delete-files -> 0, total-position-deletes -> 0, total-equality-deletes ->
0, engine-version -> 3.5.0, app-id -> local-1736286027993, engine-name ->
spark, iceberg-version -> Apache Iceberg 1.7.1 (commit
4a432839233f2343a9eae8255532f911f06358ef)}|
+-----------------------+-------------------+-------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
`
`
Call iceberg.system.create_changelog_view(
compute_updates => true,
table =>
'iceberg.com_walmart_ad_iceberg_session_icebergtablesessionsuite.table_1',
options => map('start-timestamp', '1736286033773', 'end-timestamp',
'1736286038217'),
identifier_columns => array('foo')
)
`
`
Call iceberg.system.create_changelog_view(
compute_updates => true,
table =>
'iceberg.com_walmart_ad_iceberg_session_icebergtablesessionsuite.table_1',
options => map('start-timestamp', '1736286033773'),
identifier_columns => array('foo')
)
`
### Willingness to contribute
- [ ] I can contribute a fix for this bug independently
- [ ] I would be willing to contribute a fix for this bug with guidance from
the Iceberg community
- [X] I cannot contribute a fix for this bug at this time
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]