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

Test nested fields with all storage formats in Hive connector #9286

Merged
merged 13 commits into from
Sep 22, 2021

Conversation

findepi
Copy link
Member

@findepi findepi commented Sep 17, 2021

No description provided.

@findepi
Copy link
Member Author

findepi commented Sep 17, 2021

cc @homar @joshthoward

// verify with Hive if data written by Trino
if (writer != Engine.HIVE) {
if ("AVRO".equals(format)) {
// TODO (https://github.com/trinodb/trino/issues/9285) Hive cannot read Avro nested structs written by Trino
Copy link
Member Author

Choose a reason for hiding this comment

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

@losipiuk
Copy link
Member

Red

Copy link
Member

@losipiuk losipiuk left a comment

Choose a reason for hiding this comment

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

nice cleanups :)

@findepi
Copy link
Member Author

findepi commented Sep 17, 2021

Red

maven central propagation i guess

@findepi findepi force-pushed the findepi/hive-test-struct-struct branch 2 times, most recently from 68e4d39 to 566e8f1 Compare September 20, 2021 07:45
@findepi
Copy link
Member Author

findepi commented Sep 20, 2021

CI #9263

@findepi findepi force-pushed the findepi/hive-test-struct-struct branch from d731266 to 2901679 Compare September 20, 2021 10:06
@findepi
Copy link
Member Author

findepi commented Sep 20, 2021

CI #9300 (→ #9299)
and #9301 (→ #9302)

This is to reduce execution time of the suite1.
@findepi findepi force-pushed the findepi/hive-test-struct-struct branch from 2901679 to 79055ea Compare September 20, 2021 12:43
`singlenode` is now started once.
Suite1 is at its execution time limits. Certain `TestHiveStorageFormats`
tests are not tagged as `storage_formats` because they do not need to be
executed on many environments, but this makes them included in Suite1.

This commits introduces new test group (`storage_formats_detailed`) and
assigns it to these tests, effectively moving them from Suite1 to
Suite2. It also reassigns `test*NullFormat` to the new group.
@findepi findepi force-pushed the findepi/hive-test-struct-struct branch from 79055ea to 6dc74be Compare September 20, 2021 12:56
@findepi
Copy link
Member Author

findepi commented Sep 21, 2021

#9263 again

@findepi
Copy link
Member Author

findepi commented Sep 22, 2021

#9263 again cc @Praveen2112

@findepi findepi merged commit c35a87f into trinodb:master Sep 22, 2021
@findepi findepi deleted the findepi/hive-test-struct-struct branch September 22, 2021 07:00
@github-actions github-actions bot added this to the 363 milestone Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants