Re: [PR] support python 3.12 [iceberg-python]

2024-09-12 Thread via GitHub
MehulBatra commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2346165918 > hey @MehulBatra, can i close this in favor of #1068? yes please go ahead @kevinjqliu -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] support python 3.12 [iceberg-python]

2024-09-09 Thread via GitHub
kevinjqliu commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2338806960 hey @MehulBatra, can i close this in favor of #1068? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Support python 3.12 [iceberg-python]

2024-09-05 Thread via GitHub
Fokko commented on code in PR #1068: URL: https://github.com/apache/iceberg-python/pull/1068#discussion_r1745925508 ## pyproject.toml: ## @@ -611,6 +615,8 @@ filterwarnings = [ "ignore:unclosed

Re: [PR] Support python 3.12 [iceberg-python]

2024-09-01 Thread via GitHub
kevinjqliu commented on code in PR #1068: URL: https://github.com/apache/iceberg-python/pull/1068#discussion_r1740130936 ## pyproject.toml: ## @@ -79,7 +79,10 @@ gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true } psycopg2-binary = { version = ">=2.9.6", optional = tr

Re: [PR] support python 3.12 [iceberg-python]

2024-08-29 Thread via GitHub
cclauss commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2319033114 Cool! Python 3.13 is scheduled to be released on October 1st. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] support python 3.12 [iceberg-python]

2024-08-29 Thread via GitHub
Jiafi commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2318855340 looks like the [next release of ray](https://github.com/ray-project/ray/compare/ray-2.35.0...master) should hopefully have 3.12 support -- This is an automated message from the Apac

Re: [PR] support python 3.12 [iceberg-python]

2024-07-02 Thread via GitHub
Fokko commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2200098974 @MehulBatra Certainly! How do you feel like splitting the `strtobool` into a separate PR? I think it would be good to already have that in to enable Python 3.12 support with engines ot

Re: [PR] support python 3.12 [iceberg-python]

2024-07-02 Thread via GitHub
MehulBatra commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2200074674 @Fokko could you please run the CI/CD -- 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

Re: [PR] support python 3.12 [iceberg-python]

2024-06-05 Thread via GitHub
MehulBatra commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2149132137 > FYI: [Ray issue 45477](https://github.com/ray-project/ray/issues/45477) was recently completed. Thank you so much for the update! @pdpark Soon there will be a release

Re: [PR] support python 3.12 [iceberg-python]

2024-06-04 Thread via GitHub
pdpark commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2148516083 FYI: [Ray issue 45477](https://github.com/ray-project/ray/issues/45477) was recently completed. -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] support python 3.12 [iceberg-python]

2024-05-22 Thread via GitHub
MehulBatra commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2124481627 PR being worked on for Ray 3.12: https://github.com/ray-project/ray/issues/45477 -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] support python 3.12 [iceberg-python]

2024-05-18 Thread via GitHub
MehulBatra commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2118894495 Tentative ray support for 3.12 -> https://github.com/ray-project/ray/issues/40211#issuecomment-2102962786 -- This is an automated message from the Apache Git Service. To respond

Re: [PR] support python 3.12 [iceberg-python]

2024-05-18 Thread via GitHub
MehulBatra commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-2118850057 > @MehulBatra can you rebase? rebased it but It will still fail for 3.12 due to ray support, I am keeping a close eye on it. -- This is an automated message from the Apac

Re: [PR] support python 3.12 [iceberg-python]

2024-03-13 Thread via GitHub
Fokko commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-1993737812 @MehulBatra can you rebase? -- 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

Re: [PR] support python 3.12 [iceberg-python]

2024-01-18 Thread via GitHub
cclauss commented on code in PR #254: URL: https://github.com/apache/iceberg-python/pull/254#discussion_r145887 ## pyproject.toml: ## @@ -71,8 +71,8 @@ adlfs = { version = ">=2023.1.0,<2024.1.0", optional = true } gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true

Re: [PR] support python 3.12 [iceberg-python]

2024-01-15 Thread via GitHub
cclauss commented on code in PR #254: URL: https://github.com/apache/iceberg-python/pull/254#discussion_r1452285282 ## pyproject.toml: ## @@ -71,8 +71,8 @@ adlfs = { version = ">=2023.1.0,<2024.1.0", optional = true } gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true

Re: [PR] support python 3.12 [iceberg-python]

2024-01-15 Thread via GitHub
cclauss commented on code in PR #254: URL: https://github.com/apache/iceberg-python/pull/254#discussion_r1452285282 ## pyproject.toml: ## @@ -71,8 +71,8 @@ adlfs = { version = ">=2023.1.0,<2024.1.0", optional = true } gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true

Re: [PR] support python 3.12 [iceberg-python]

2024-01-14 Thread via GitHub
MehulBatra commented on code in PR #254: URL: https://github.com/apache/iceberg-python/pull/254#discussion_r1451758589 ## pyproject.toml: ## @@ -70,6 +71,9 @@ adlfs = { version = ">=2023.1.0,<2024.1.0", optional = true } gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = tr

Re: [PR] support python 3.12 [iceberg-python]

2024-01-14 Thread via GitHub
MehulBatra commented on code in PR #254: URL: https://github.com/apache/iceberg-python/pull/254#discussion_r1451758129 ## pyproject.toml: ## @@ -29,7 +29,8 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming

Re: [PR] support python 3.12 [iceberg-python]

2024-01-13 Thread via GitHub
cclauss commented on PR #254: URL: https://github.com/apache/iceberg-python/pull/254#issuecomment-1890383240 Similar to #35 @Fokko Can you please approve the workflow run so we can see the results of the tests? -- This is an automated message from the Apache Git Service. To respond

Re: [PR] support python 3.12 [iceberg-python]

2024-01-13 Thread via GitHub
cclauss commented on code in PR #254: URL: https://github.com/apache/iceberg-python/pull/254#discussion_r1451394303 ## pyproject.toml: ## @@ -70,6 +71,9 @@ adlfs = { version = ">=2023.1.0,<2024.1.0", optional = true } gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true

Re: [PR] support python 3.12 [iceberg-python]

2024-01-13 Thread via GitHub
cclauss commented on code in PR #254: URL: https://github.com/apache/iceberg-python/pull/254#discussion_r1451394047 ## pyproject.toml: ## @@ -29,7 +29,8 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Lan