| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -114,7 +114,7 @@ public class SchemaService implements ISchemaService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        columns.put("time_effect", DataType.cint()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        for(int latIndex = 0; latIndex < latLength; latIndex++){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            for(int lonIndex = 0; lonIndex < lonLength; lonIndex++){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                columns.put("col_%s_%s".formatted(latIndex, lonIndex), DataType.list(DataType.frozenList(DataType.decimal()))); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                columns.put("col_%s_%s".formatted(latIndex, lonIndex), DataType.frozenList(DataType.frozenList(DataType.decimal()))); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        columns.put("create_time", DataType.timestamp()); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |