Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Managed IO for Iceberg cannot query by partition #33497

Open
2 of 17 tasks
saathwik-tk opened this issue Jan 5, 2025 · 2 comments
Open
2 of 17 tasks

[Bug]: Managed IO for Iceberg cannot query by partition #33497

saathwik-tk opened this issue Jan 5, 2025 · 2 comments

Comments

@saathwik-tk
Copy link

saathwik-tk commented Jan 5, 2025

What happened?

Lets say, I have field1 (string type) as my partition field, and there are many other fields, field2, field3, field4....
Querying the data with " select * from iceberg_table where field1 = 'field1_example_value'; " returns no data
but when querying with " select * from iceberg_table where field2 = 'field2_example_value'; " returns the data as expected.
I have ingested the data through Managed IO of Iceberg,
pipeline.apply(Managed.write(Managed.ICEBERG).withConfig(config_map);
Please have a look into this issue.

Issue Priority

Priority: 1 (data loss / total loss of function)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Infrastructure
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@damccorm
Copy link
Contributor

damccorm commented Jan 6, 2025

@ahmedabu98 any ideas here?

@damccorm damccorm added P2 and removed P1 labels Jan 6, 2025
@ahmedabu98
Copy link
Contributor

Hey @saathwik-tk, can you provide a little more context?

  • which catalog are you using?
  • what does your write configuration look like?
  • did you create the Iceberg table beforehand?

Also a reproducible example would be helpful to find an RCA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants