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

Fixed wrong behaviour of -WithNames formats when doing INSERT SELECT FROM file #4297

Merged
merged 6 commits into from
Feb 8, 2019

Conversation

alexey-milovidov
Copy link
Member

For changelog. Remove if this is non-significant change.

Category (leave one):

  • Bug Fix

Short description (up to few sentences):
When doing INSERT ... SELECT ... FROM file(...) query and file has CSVWithNames or TSVWIthNames format, the first data row was missing.

Detailed description (optional):
This fixes #3469 and #4208.

@alexey-milovidov alexey-milovidov merged commit 69aa086 into master Feb 8, 2019
ztlpn pushed a commit that referenced this pull request Feb 13, 2019
ztlpn pushed a commit that referenced this pull request Feb 13, 2019
Conflicts:
	dbms/src/DataStreams/IBlockInputStream.cpp
ztlpn pushed a commit that referenced this pull request Feb 13, 2019
Conflicts:
	dbms/src/DataStreams/IBlockInputStream.cpp
ztlpn pushed a commit that referenced this pull request Feb 13, 2019
ztlpn pushed a commit that referenced this pull request Feb 13, 2019
Conflicts:
	dbms/src/DataStreams/IBlockInputStream.cpp
ztlpn pushed a commit that referenced this pull request Feb 13, 2019
Conflicts:
	dbms/src/DataStreams/IBlockInputStream.cpp
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.

first data row is missing when inserting from file with format 'CSVWithNames'
1 participant