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

[DOP-14042] Improve Hive documentation #278

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

dolfinus
Copy link
Member

@dolfinus dolfinus commented May 22, 2024

Change Summary

  • Add Prerequisites section to Hive documentation, describing some config options required to access Hive metastore.
  • Split up instructions about reading data using DBReader and Hive.sql, improve examples.
  • Add recommendations about reading & writing data to Hive, e.g. using partitioning, compression, column-based file formats and so on.
  • Add more examples to Executing statements section.

Related issue number

Checklist

  • Commit message and PR title is comprehensive
  • Keep the change as small as possible
  • Unit and integration tests for the changes exist
  • Tests pass on CI and coverage does not decrease
  • Documentation reflects the changes where applicable
  • docs/changelog/next_release/<pull request or issue id>.<change type>.rst file added describing change
    (see CONTRIBUTING.rst for details.)
  • My PR is ready to review.

Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.77%. Comparing base (1f73652) to head (3ef5c3f).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #278      +/-   ##
===========================================
- Coverage    94.79%   94.77%   -0.03%     
===========================================
  Files          210      210              
  Lines         8187     8187              
  Branches      1410     1410              
===========================================
- Hits          7761     7759       -2     
- Misses         304      305       +1     
- Partials       122      123       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dolfinus dolfinus marked this pull request as ready for review May 22, 2024 15:33
@dolfinus dolfinus merged commit 22818a5 into develop May 23, 2024
37 checks passed
@dolfinus dolfinus deleted the feature/DOP-14042 branch May 23, 2024 14:26
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.

None yet

2 participants