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

Use Config::get(name, defaultValue) in HiveConfig #8633

Closed
wants to merge 3 commits into from

Conversation

zhli1142015
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Feb 1, 2024

Deploy Preview for meta-velox ready!

Name Link
🔨 Latest commit 8b30ae0
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/65bc6f6478dcdc0008960ed7
😎 Deploy Preview https://deploy-preview-8633--meta-velox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 1, 2024
@mbasmanova mbasmanova changed the title Minor refactor for HiveConfig Use Config::get(name, defaultValue) in HiveConfig Feb 1, 2024
Copy link
Contributor

@mbasmanova mbasmanova left a comment

Choose a reason for hiding this comment

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

Thanks.

@kewang1024 Ke, would you help merge this PR?

@facebook-github-bot
Copy link
Contributor

@kewang1024 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Copy link
Contributor

@kewang1024 kewang1024 left a comment

Choose a reason for hiding this comment

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

Thanks for the refactor, LGTM

@kewang1024
Copy link
Contributor

@zhli1142015 hey, can you help make sure the tests are all green? thanks!

@zhli1142015
Copy link
Contributor Author

@zhli1142015 hey, can you help make sure the tests are all green? thanks!

I think the first time failure is not related to this change. now CI passed excet the pyvelox one.

seed: 
I20240201 23:04:57.298225 247272 JoinFuzzer.cpp:847] Testing plan #6
I20240201 23:04:57.298281 247272 JoinFuzzer.cpp:290] Executing query plan: 
-- HashJoin[RIGHT SEMI (PROJECT) u0=t0 AND u1=t1] -> t0:TINYINT, match:BOOLEAN
  -- TableScan[table: hive_table] -> u0:TINYINT, u1:VARCHAR
  -- TableScan[table: hive_table] -> t0:TINYINT, t1:VARCHAR
I20240201 23:04:57.314581 300435 Task.cpp:1085] All drivers (4) finished for task test_cursor 9715 after running for 15 ms.
I20240201 23:04:57.314648 300435 Task.cpp:1769] Terminating task test_cursor 9715 with state Finished after running for 15 ms.
I20240201 23:04:57.315595 247272 JoinFuzzer.cpp:312] Results: [ROW ROW<t0:TINYINT,match:BOOLEAN>: 500 elements, no nulls]
/root/project/velox/exec/tests/utils/QueryAssertions.cpp:1129: Failure
Failed
Expected 500, got 500
32 extra rows, 32 missing rows
10 of extra rows:
        5 | false
        10 | false
        22 | false
        38 | false
        39 | false
        51 | false
        56 | false
        56 | false
        56 | false
        56 | false

10 of missing rows:
        5 | true
        10 | true
        22 | true
        38 | true
        39 | true
        51 | true
        56 | true
        56 | true
        56 | true
        56 | true

@facebook-github-bot
Copy link
Contributor

@kewang1024 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

1 similar comment
@facebook-github-bot
Copy link
Contributor

@kewang1024 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@kewang1024 merged this pull request in 6a8f16f.

Copy link

Conbench analyzed the 1 benchmark run on commit 6a8f16f3.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

FelixYBW pushed a commit to FelixYBW/velox that referenced this pull request Feb 12, 2024
…8633)

Summary: Pull Request resolved: facebookincubator#8633

Reviewed By: xiaoxmeng, mbasmanova

Differential Revision: D53318733

Pulled By: kewang1024

fbshipit-source-id: e5b30ce1a957bb34fd3f9aba1a7c1b324d5f14c0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants