mirror of
				https://github.com/cldellow/sqlite-parquet-vtable.git
				synced 2025-10-31 02:19:56 +00:00 
			
		
		
		
	ensureColumn catches up when rows are skipped
				
					
				
			This commit is contained in:
		
							
								
								
									
										3
									
								
								tests/queries/003-cross-join-count-1-rowgroup.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								tests/queries/003-cross-join-count-1-rowgroup.sql
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| 100-rows-1.parquet | ||||
| select count(*) from (select * from test t1, test t2); | ||||
| 10000 | ||||
							
								
								
									
										3
									
								
								tests/queries/005-rowid-1-rowgroup.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								tests/queries/005-rowid-1-rowgroup.sql
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| 100-rows-1.parquet | ||||
| select int8_1 from test where rowid = 50; | ||||
| 0 | ||||
							
								
								
									
										3
									
								
								tests/queries/006-rowid-10-rowgroups.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								tests/queries/006-rowid-10-rowgroups.sql
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| 100-rows-10.parquet | ||||
| select int8_1 from test where rowid = 50; | ||||
| 0 | ||||
							
								
								
									
										3
									
								
								tests/queries/007-rowid-55-10-rowgroups.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								tests/queries/007-rowid-55-10-rowgroups.sql
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| 100-rows-10.parquet | ||||
| select int8_1 from test where rowid = 55; | ||||
| -5 | ||||
		Reference in New Issue
	
	Block a user
	 Colin Dellow
					Colin Dellow