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

Move directory existence check to TestingGlueHiveMetastore #21371

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Apr 3, 2024

createTempDirectory().toFile().mkdirs() will always return false as createTempDirectory() will create a directory

Description

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Apr 3, 2024
@wendigo wendigo requested review from findepi, ebyhr and hashhar April 3, 2024 09:37
@github-actions github-actions bot added tests:hive hive Hive connector labels Apr 3, 2024
@wendigo wendigo force-pushed the serafin/fix-check branch from 4eb75e5 to 8e1b0e2 Compare April 3, 2024 10:05
@wendigo wendigo force-pushed the serafin/fix-check branch 3 times, most recently from a8a0dfd to c956643 Compare April 3, 2024 10:58
@wendigo wendigo requested a review from findepi April 3, 2024 11:44
@wendigo wendigo force-pushed the serafin/fix-check branch from c956643 to 45595e5 Compare April 3, 2024 12:08
@github-actions github-actions bot added iceberg Iceberg connector delta-lake Delta Lake connector labels Apr 3, 2024
@wendigo wendigo force-pushed the serafin/fix-check branch from 45595e5 to 266ac31 Compare April 3, 2024 12:54
createTempDirectory().toFile().mkdirs() will always return false as createTempDirectory() will create a directory
@wendigo wendigo force-pushed the serafin/fix-check branch from 266ac31 to 52deacc Compare April 3, 2024 13:41
@wendigo wendigo merged commit 7cebeb7 into master Apr 3, 2024
37 of 58 checks passed
@wendigo wendigo deleted the serafin/fix-check branch April 3, 2024 14:12
@github-actions github-actions bot added this to the 444 milestone Apr 3, 2024
@mosabua
Copy link
Member

mosabua commented Apr 3, 2024

No release notes? .. I assume so

@wendigo
Copy link
Contributor Author

wendigo commented Apr 3, 2024

No :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector hive Hive connector iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

4 participants