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

SNOW-1813772 Enable old IT suites for iceberg tables #917

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sfc-gh-alhuang
Copy link
Contributor

Enable all remaining FDN only ITs for Iceberg table streaming.


/** Ingest large amount of rows. */
@RunWith(Parameterized.class)
public class StreamingIngestBigFilesIT {
public abstract class BigFilesITBase {
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this passing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes it's passing with the JDBC uploader. The max chunk size in this test is 19MB.


@Parameter public String compressionAlgorithm;
@Parameter(1)
public Constants.IcebergSerializationPolicy icebergSerializationPolicy;
Copy link
Collaborator

Choose a reason for hiding this comment

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

lets remove the runwith parameterized from the base class, and remove the parameter annotations from here too. Makes class design murky.
Let the derived classes have the runwith and the @parameter, and pass in the values via beforeAll.

I'm also debating the value of running this IT for iceberg when you've already authored a much better large file test thats in my PR rn.

Copy link
Collaborator

Choose a reason for hiding this comment

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

clearly its not exercising multipart upload, if it was iceberg tests would've failed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed this IT and use the on with larger file size for Iceberg streaming.

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

Successfully merging this pull request may close these issues.

2 participants