[GitHub] kevinjmh commented on a change in pull request #3119: [DOC]Updated the documentation for a varchar scenario and compressor supported.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] kevinjmh commented on a change in pull request #3119: [DOC]Updated the documentation for a varchar scenario and compressor supported.

GitBox
kevinjmh commented on a change in pull request #3119: [DOC]Updated the documentation for a varchar scenario and compressor supported.
URL: https://github.com/apache/carbondata/pull/3119#discussion_r252905934
 
 

 ##########
 File path: docs/faq.md
 ##########
 @@ -473,5 +474,28 @@ Note : Refrain from using "mvn clean package" without specifying the profile.
   **Procedure**
 
   A single column that can be considered as dimension is mandatory for table creation.
-
+  
+  ## Failed to execute select query on column having varchar datatype
+  
+  **Symptom**
+  
+  Execution fails with following exception
+  
+  ```
+  java.lang.RuntimeException: java.lang.RuntimeException: Cannot reserve additional contiguous bytes in the vectorized reader (requested 1839007356 bytes).
+  at org.apache.carbondata.core.datastore.chunk.impl.DimensionRawColumnChunk.convertToDimColDataChunkAndFillVector(DimensionRawColumnChunk.java:140)
+  at org.apache.carbondata.core.scan.scanner.LazyPageLoader.loadPage(LazyPageLoader.java:74)
+  at org.apache.spark.sql.CarbonVectorProxy$ColumnVectorProxyWithLazyLoad.checkPageLoaded(CarbonVectorProxy.java:511)
+  ```
+  **Possible Cause**
+  
+  JVM not able to reserve the contigous bytes in the the vectorized reader.
 
 Review comment:
   unable

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services