Skip to content

Commit

Permalink
added query attributes map println, changed comment to deploymentName…
Browse files Browse the repository at this point in the history
…, chaned andgate println
  • Loading branch information
djarotech committed Aug 31, 2018
1 parent 509ea00 commit e898262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/provenance/provenance.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (o ObjectLineage) Bisect(argMap map[string]string) string {
// ask if username ever is daniel and password is ever 223843, because
// it could find that in different parts of the spec. They both must be satisfied in the same map object
mapRelationships := buildAttributeRelationships(specs, allQueryPairs)
// fmt.Println(mapRelationships)
fmt.Printf("Query Attributes Map:%v\n", mapRelationships)
// fmt.Println(specs)
for _, spec := range specs {

Expand Down Expand Up @@ -335,7 +335,7 @@ func (o ObjectLineage) Bisect(argMap map[string]string) string {
}
return "No version found that matches the query."
}
//this is for a field like deployMent where the underyling state or data is a string
//this is for a field like deploymentName where the underyling state or data is a string
func handleTrivialFields(fieldData, qkey, qval, mkey string) bool{
if qkey == mkey && qval == fieldData {
return true
Expand Down

0 comments on commit e898262

Please sign in to comment.