You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a tablesample over a table with histogram type column, the following error appears:
None.get
java.util.NoSuchElementException: None.get
at scala.None$.get(Option.scala:529)
at scala.None$.get(Option.scala:527)
at io.qbeast.spark.internal.rules.SampleRule.$anonfun$transformSampleToFilter$1(SampleRule.scala:77)
Due to the bad parsing of columnsToIndex property in :
What went wrong?
When doing a tablesample over a table with histogram type column, the following error appears:
Due to the bad parsing of columnsToIndex property in :
qbeast-spark/src/main/scala/io/qbeast/spark/internal/rules/SampleRule.scala
Lines 113 to 125 in 9b47ef5
How to reproduce?
Different steps about how to reproduce the problem.
1. Code that triggered the bug, or steps to reproduce:
2. Branch and commit id:
main at 9b47ef5
3. Spark version:
On the spark shell run
spark.version
.3.5.0
4. Hadoop version:
On the spark shell run
org.apache.hadoop.util.VersionInfo.getVersion()
.3.3.4
5. How are you running Spark?
Are you running Spark inside a container? Are you launching the app on a remote K8s cluster? Or are you just running the tests in a local computer?
Local
6. Stack trace:
Trace of the log/error messages.
The text was updated successfully, but these errors were encountered: