Uh oh!
There was an error while loading. Please reload this page.
[SPARK-8148] Do not use FloatType in partition column inference. - #6692
[SPARK-8148] Do not use FloatType in partition column inference.#6692rxin wants to merge 1 commit into
Conversation
rxin
commented
Jun 7, 2015
cc @liancheng |
rxin
commented
Jun 7, 2015
The other thing we should consider, although I'm less sure about, is whether we should skip IntegerType and go straight to LongType. |
SparkQA
commented
Jun 7, 2015
Test build #34396 has finished for PR 6692 at commit
|
SparkQA
commented
Jun 7, 2015
Test build #34398 has finished for PR 6692 at commit
|
liancheng
commented
Jun 8, 2015
I'm worrying about skipping |
rxin
commented
Jun 8, 2015
If it is persisted in the metastore, then inference is no longer used, isn't it? And why would partition columns be stored in Parquet file metadata? |
liancheng
commented
Jun 8, 2015
Had offline discussion with @rxin. There can be rare corner cases where compatibility issues may arise. However, stop using |
SparkQA
commented
Jun 8, 2015
Test build #34419 has finished for PR 6692 at commit
|
Use DoubleType instead to be more stable and robust.
SparkQA
commented
Jun 8, 2015
Test build #34457 has finished for PR 6692 at commit
|
SparkQA
commented
Jun 8, 2015
Test build #891 timed out for PR 6692 at commit |
Use DoubleType instead to be more stable and robust. Author: Reynold Xin <rxin@databricks.com> Closesapache#6692 from rxin/SPARK-8148 and squashes the following commits: 6742ecc [Reynold Xin] [SPARK-8148] Do not use FloatType in partition column inference.
Use DoubleType instead to be more stable and robust.