diana-hep / spark-root

Apache Spark Data Source for ROOT File Format
Apache License 2.0
29 stars 18 forks source link

TTree Search bug fix #5

Closed vkhristenko closed 7 years ago

vkhristenko commented 7 years ago

https://github.com/diana-hep/spark-root/blob/master/src/main/scala/org/dianahep/sparkroot/ast/ast.scala#L1689

do not need to actually read an object to know its class, just use the key. Important cause TH2, for instance, are not being properly read so far

VK

vkhristenko commented 7 years ago

fixed with a91abe3