Skip to content

Commit

Permalink
Merge pull request #409 from raippl/master
Browse files Browse the repository at this point in the history
utility fix
  • Loading branch information
raippl authored Dec 3, 2018
2 parents 55eee06 + 2c5b740 commit c4a4429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ export function transformName(name){

export function getKyloSchema(kyloSchema, value){
kyloSchema.fields.map((field) => {
value['inferred'].map((value) =>{
//value.tests.map((value) =>{
//value['inferred'].map((value) =>{
value.tests.map((value) =>{
if(value.nome==field.name){
field.dataTypeWithPrecisionAndScale=value.tipo
field.derivedDataType=value.tipo
Expand Down

0 comments on commit c4a4429

Please sign in to comment.