File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
3333//通过使用 "*",如下所示:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.30.17.1 " ) ]
36- [ assembly: AssemblyFileVersion ( "1.30.17.1 " ) ]
35+ [ assembly: AssemblyVersion ( "1.30.17.2 " ) ]
36+ [ assembly: AssemblyFileVersion ( "1.30.17.2 " ) ]
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ public BasicTable(ExtendedDataInput @in)
3939 }
4040
4141 BasicEntityFactory factory = new BasicEntityFactory ( ) ;
42+ VectorDecompressor decompressor = null ;
43+ SymbolBaseCollection collection = null ;
4244 //read columns
4345 for ( int i = 0 ; i < cols ; ++ i )
4446 {
@@ -51,8 +53,6 @@ public BasicTable(ExtendedDataInput @in)
5153
5254 DATA_FORM df = ( DATA_FORM ) form ;
5355 DATA_TYPE dt = ( DATA_TYPE ) type ;
54- VectorDecompressor decompressor = null ;
55- SymbolBaseCollection collection = null ;
5656 if ( df != DATA_FORM . DF_VECTOR )
5757 {
5858 throw new IOException ( "Invalid form for column [" + names_ [ i ] + "] for table " + _tableName ) ;
You can’t perform that action at this time.
0 commit comments