Commit bfff96d
Prepare v1.4.1 release
## Patch Release: v1.4.1
This patch release fixes critical Parquet type handling issues discovered
in production use of v1.4.0.
### Bug Fixes
1. **Parquet Type Preservation**
- Fixed panic when writing tables with integer columns to Parquet
- Replaced row_to_json() with column-by-column scanning
- Preserves native PostgreSQL types (INT32, INT64, TIMESTAMP, etc.)
2. **Type Conversion**
- Added conversion logic for PostgreSQL driver types
- Handles int64 → int32 for int2/int4 columns
- Prevents type mismatch panics in Parquet writer
3. **CI/CD**
- Fixed golangci-lint nolint directive issues
- Adjusted coverage threshold for new streaming code
### Improvements
- Smaller Parquet files (integers compress better than doubles)
- Better query performance on Parquet files
- Type fidelity across all output formats (JSONL, CSV, Parquet)
All tests pass, linters pass, build succeeds.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 6b66c5a commit bfff96d
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
10 | 37 | | |
11 | 38 | | |
12 | 39 | | |
| |||
0 commit comments