Skip to content

Conversation

@Fokko
Copy link
Contributor

@Fokko Fokko commented May 25, 2023

This splits out running and building the integration tests that enables quick development iterations. I've also added ipython that will give a more meaningful error when something goes wrong with the provisioning of the tests.

@Fokko Fokko force-pushed the fd-refactor-integration-tests branch from a5fb6ba to 85d384c Compare May 25, 2023 13:00
This splits out running and building the integration tests that
enables quick development iterations. I've also added ipython
that will give a more meaningful error when something goes wrong
with the provisioning of the tests.
@Fokko Fokko force-pushed the fd-refactor-integration-tests branch from 85d384c to b2c866b Compare May 25, 2023 13:07
CREATE TABLE test_null_nan_rewritten
USING iceberg
AS SELECT * FROM test_null_nan
CREATE OR REPLACE TABLE default.test_limit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be simplified to:

CREATE OR REPLACE TABLE default.test_limit as  
  SELECT * LATERAL VIEW explode(ARRAY(1, 2, 3, 4, 5, 6,7, 8, 9, 10)) AS idx;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it, thanks!

@Fokko Fokko force-pushed the fd-refactor-integration-tests branch from c5bf263 to db307b3 Compare May 25, 2023 18:36
@Fokko Fokko merged commit 3a584a2 into apache:master May 25, 2023
@Fokko Fokko deleted the fd-refactor-integration-tests branch May 25, 2023 18:45
@Fokko
Copy link
Contributor Author

Fokko commented May 25, 2023

Thanks @danielcweeks for the review! 👍🏻

Fokko added a commit to Fokko/iceberg that referenced this pull request May 28, 2023
nastra pushed a commit that referenced this pull request May 30, 2023
Fokko added a commit to Fokko/iceberg that referenced this pull request Jun 4, 2023
* Python: Refactor integration tests

This splits out running and building the integration tests that
enables quick development iterations. I've also added ipython
that will give a more meaningful error when something goes wrong
with the provisioning of the tests.

* Simplify SQL
Fokko added a commit that referenced this pull request Jun 5, 2023
* Python: Refactor integration tests (#7698)

* Python: Refactor integration tests

This splits out running and building the integration tests that
enables quick development iterations. I've also added ipython
that will give a more meaningful error when something goes wrong
with the provisioning of the tests.

* Simplify SQL

* Bump to Iceberg 1.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants