You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "puchengy (via GitHub)" <gi...@apache.org> on 2023/06/27 19:00:18 UTC

[GitHub] [iceberg] puchengy opened a new issue, #7925: can not migrate/ snapshot Hive table whose partition value contains "/"

puchengy opened a new issue, #7925:
URL: https://github.com/apache/iceberg/issues/7925

   ### Apache Iceberg version
   
   1.3.0 (latest release)
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug 🐞
   
   ```
   java.lang.IllegalArgumentException: Invalid partition data, too many fields (expecting 4): col=2023-03-12/col2=ad_manager/col3=7/7/1/col4=val1/val2/null/null
   ```
   
   Current implementation always assume no "/" within the partition value, so it always use "/" to split the partition path into fields. 
   
   My recommendation would be adding a option to allow user to specify a splitter.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] puchengy closed issue #7925: can not migrate/ snapshot Hive table whose partition value contains "/"

Posted by "puchengy (via GitHub)" <gi...@apache.org>.
puchengy closed issue #7925: can not migrate/ snapshot Hive table whose partition value contains "/"
URL: https://github.com/apache/iceberg/issues/7925


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] JonasJ-ap commented on issue #7925: can not migrate/ snapshot Hive table whose partition value contains "/"

Posted by "JonasJ-ap (via GitHub)" <gi...@apache.org>.
JonasJ-ap commented on issue #7925:
URL: https://github.com/apache/iceberg/issues/7925#issuecomment-1613921356

   I think it is the same issue as #7612 and PR #7744 may address it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org