File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
java/io/cdap/plugin/utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public static String createKind(String kindName) {
5050    FullEntity <IncompleteKey > entity  = Entity .newBuilder (incompleteKey )
5151      .set ("firstName" , PluginPropertyUtils .pluginProp ("name" ))
5252      .set ("age" , Integer .parseInt (PluginPropertyUtils .pluginProp ("age" )))
53-       .set ("isValid" , PluginPropertyUtils .pluginProp ("result" ). isEmpty ( ))
53+       .set ("isValid" , Boolean . parseBoolean ( PluginPropertyUtils .pluginProp ("result" )))
5454      .set ("postalAdd" , Float .parseFloat (PluginPropertyUtils .pluginProp ("address" )))
5555      // Add other properties as needed 
5656      .build ();
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ bqExecuteInsertFile=testdata/BQExecute/BQExecuteInsertFile
340340fieldName =_key_ 
341341name =Antonio 
342342age =23 
343- result =
343+ result =true 
344344address =123.2 
345345filterOptions =[{"key":"isValid","value":"true"}] 
346346propertyName =firstName 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments