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

Add Parquet format support for streaming #208

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Add Parquet format support for streaming #208

merged 2 commits into from
Nov 16, 2023

Conversation

slvrtrn
Copy link
Contributor

@slvrtrn slvrtrn commented Oct 30, 2023

Summary

Added missing Parquet streaming format support with related tests and examples.

Checklist

  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided to include in CHANGELOG
  • For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials

@slvrtrn slvrtrn requested a review from mshustov October 30, 2023 20:40
@slvrtrn slvrtrn changed the title Added Parquet format support for streaming Add Parquet format support for streaming Oct 30, 2023
@@ -1,6 +1,7 @@
import { createClient } from '@clickhouse/client'
import type { Row } from '@clickhouse/client-common'
import Fs from 'fs'
import { cwd } from 'node:process'
Copy link
Member

Choose a reason for hiding this comment

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

🚀

@slvrtrn slvrtrn merged commit ddfd077 into main Nov 16, 2023
23 checks passed
@slvrtrn slvrtrn deleted the parquet-support branch November 16, 2023 22:58
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.

2 participants