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

Issue 382: Fix AdvancedConfiguration.md #383

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

jorgeMarin1
Copy link
Contributor

Description

Fixes #382 .

We were calling to some non-existing methods in the Advanced Configurations file.

Changed val dnb = qt.denormalizedBlocks to val dnb = qt.getDenormalizedBlocks() and val qt = QbeastTable.forTable(spark, tablePath) to val qt = QbeastTable.forPath(spark, tablePath)

Please review the changes @Jiaweihu08 @cdelfosse

Type of change

Describe the change you're making: how it affects the API, user experience...

Documentation change.

Checklist:

Here is the list of things you should do before submitting this pull request:

  • Change the documentation.
  • Your branch is updated to the main branch (dependent changes have been merged).

@jorgeMarin1 jorgeMarin1 added the type: documentation Improvements or additions to documentation label Aug 8, 2024
@jorgeMarin1 jorgeMarin1 self-assigned this Aug 8, 2024
@Jiaweihu08 Jiaweihu08 changed the title Fix #382: Fix AdvancedConfiguration file Issue 382: Fix AdvancedConfiguration.md Aug 8, 2024
@Jiaweihu08 Jiaweihu08 merged commit 6335d9c into Qbeast-io:main Aug 9, 2024
1 check passed
@jorgeMarin1 jorgeMarin1 deleted the update-advconf branch August 9, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix AdvancedConfiguration.md
3 participants