[Python-Dev] Re: small improvement idea for the CSV module

2019-10-30 Thread Steve Holden
, Steve Holden On Tue, Oct 29, 2019 at 10:59 PM Oz Tiram wrote: > Hello Python-devs, > > The csv module is probably heavily utilized by newcomers to Python, being > a very popular data exchange format. > Although, there are better tools for processing tabular data like SQLite, > or

Re: [sqlite] Backward compatibility

2019-10-29 Thread Graham Holden
Tuesday, October 29, 2019, 7:37:40 AM, Thomas Kurz wrote: >> If an earlier version of SQLite attempts to read a database file >> that contains a generated column in its schema, then that earlier >> version will perceive the generated column syntax as an error and >> will report that the

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-29 Thread Holden Karau
+1 to deprecating but not yet removing support for 3.6 On Tue, Oct 29, 2019 at 3:47 AM Shane Knapp wrote: > +1 to testing the absolute minimum number of python variants as possible. > ;) > > On Mon, Oct 28, 2019 at 7:46 PM Hyukjin Kwon wrote: > >> +1 from me as well. >> >> 2019년 10월 29일 (화) 오전

Re: [sqlite] sqlite segfault bug report

2019-10-28 Thread Graham Holden
" this returns an error after the third line: Error: no such column: b Regards, Graham Holden ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] ALTER TABLE ADD COLUMN

2019-10-23 Thread Graham Holden
Wednesday, October 23, 2019, 1:53:10 PM, x wrote: > From the documentation > “A record might have fewer values than the number of columns in the > corresponding table. This can happen, for example, after an ALTER TABLE ... > ADD COLUMN SQL statement has increased the number of > columns in

Re: [pydotorg-www] Permission request - wiki:PersianPythonBooks

2019-10-22 Thread Steve Holden
Thanks. We'll need the username for your Wiki account, and we'll be happy to make you an editor. Kind regards, Steve Holden On Tue, Oct 22, 2019 at 7:13 PM Saeid Darvish wrote: > Hi > > Can I access the https://wiki.python.org/moin/PersianPythonBooks page to > add my own book.

Re: [sqlite] Network file system that support sqlite3 well

2019-10-16 Thread Graham Holden
Wednesday, October 16, 2019, 1:22:58 AM, Gary R. Schmidt wrote: > On 16/10/2019 10:38, Jens Alfke wrote: >> >>> On Oct 15, 2019, at 3:47 PM, Peng Yu wrote: >>> >>> I'd like to use sqlite3 db files on many compute nodes. But they >>> should access the same storage device for the sqlite3 db

Re: [sqlite] Network file system that support sqlite3 well

2019-10-16 Thread Graham Holden
Wednesday, October 16, 2019, 11:43:25 AM, Peng Yu wrote: > On 10/16/19, Simon Slavin wrote: >> Unfortunately, no. Multiuser SQLite depends on locking being implemented >> correctly. The developers haven't found any Network File Systems which do >> this. Unless one of the readers of this list

RE: [WIRELESS-LAN] Aruba 8.5.0.3

2019-10-15 Thread Michael Holden
Yes. If you have AP-515’s you should be on 8.5.0.x code, DO NOT USE 8.4.x CODE. So far it looks like the same fixes in the 8.3.0.8 code are in the 8.5.0.3, but several folks are still having mDNS and SSDP issues with AirGroups on both. Not sure about 8.3.0.9 just yet. From: The EDUCAUSE

Re: SparkGraph review process

2019-10-14 Thread Holden Karau
Maybe let’s ask the folks from Lightbend who helped with the previous scala upgrade for their thoughts? On Mon, Oct 14, 2019 at 8:24 PM Xiao Li wrote: > 1. On the technical side, my main concern is the runtime dependency on >> org.opencypher:okapi-shade. okapi depends on several Scala

Re: Committing while Jenkins down?

2019-10-10 Thread Holden Karau
8s related changes. > > Xiao > > Holden Karau 于2019年10月10日周四 上午9:11写道: > >> Awesome, thanks Shane :) >> >> In the meantime I think committers can just run tests locally and it’ll >> be a slower process but I don’t think we need to halt all merging.

Re: Committing while Jenkins down?

2019-10-10 Thread Holden Karau
; head down to the colo friday afternoon and power up jenkins. he knows > the drill. > > > On Thu, Oct 10, 2019 at 8:50 AM Holden Karau wrote: > > > > I think a reasonable, albeit slow, option is to run the tests locally. > Since the outage could be as long as five days I’

Re: Committing while Jenkins down?

2019-10-10 Thread Holden Karau
I think a reasonable, albeit slow, option is to run the tests locally. Since the outage could be as long as five days I’d rather not just have PRs pile up for that entire period. On Thu, Oct 10, 2019 at 8:38 AM Xiao Li wrote: > I think we are unable to merge any major PR if we do not know

[jira] [Assigned] (SPARK-28859) Remove value check of MEMORY_OFFHEAP_SIZE in declaration section

2019-10-09 Thread Holden Karau (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau reassigned SPARK-28859: Assignee: yifan > Remove value check of MEMORY_OFFHEAP_SIZE in declaration sect

Re: [sqlite] Date time input

2019-10-09 Thread Graham Holden
Tuesday, October 08, 2019, 7:39:40 PM, James K. Lowden wrote: > OK, but it needs a better name. What better place than here to debate > that? ;-) > SQLOfALot (providing you pronounce SQL as ess-queue-ell and not sequel) Graham ___ sqlite-users

Bug#781087: Li

2019-10-08 Thread Terri Holden
Liebste Ich bin Terri Holden. Bitte sprechen Sie Englisch, ich habe etwas mit Ihnen zu besprechen, wenn Sie nichts dagegen haben.

Bug#781087: Li

2019-10-08 Thread Terri Holden
Liebste Ich bin Terri Holden. Bitte sprechen Sie Englisch, ich habe etwas mit Ihnen zu besprechen, wenn Sie nichts dagegen haben.

Re: Loop through Dataframes

2019-10-06 Thread Holden Karau
So if you want to process the contents of a dataframe locally but not pull all of the data back at once toLocaliterator is probably what you're looking for, it's still not great though so maybe you can share the root problem which your trying to solve and folks might have some suggestions there.

[spark] branch master updated: [SPARK-25153][SQL] Improve error messages for columns with dots/periods

2019-09-30 Thread holden
This is an automated email from the ASF dual-hosted git repository. holden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new d841b33b [SPARK-25153][SQL] Improve error

[jira] [Resolved] (SPARK-25153) Improve error messages for columns with dots/periods

2019-09-30 Thread Holden Karau (Jira)
[ https://issues.apache.org/jira/browse/SPARK-25153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau resolved SPARK-25153. -- Fix Version/s: 3.0.0 Resolution: Fixed > Improve error messages for columns with d

[jira] [Assigned] (SPARK-25153) Improve error messages for columns with dots/periods

2019-09-30 Thread Holden Karau (Jira)
[ https://issues.apache.org/jira/browse/SPARK-25153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau reassigned SPARK-25153: Assignee: Jeff Evans > Improve error messages for columns with dots/peri

Re: Announcing .NET for Apache Spark 0.5.0

2019-09-30 Thread Holden Karau
Congratulations on the release :) On Mon, Sep 30, 2019 at 9:38 AM Terry Kim wrote: > We are thrilled to announce that .NET for Apache Spark 0.5.0 has been just > released ! > > > > Some of the highlights of this release include: > >-

Re: [DISCUSS] Spark 2.5 release

2019-09-23 Thread Holden Karau
I would personally love to see us provide a gentle migration path to Spark 3 especially if much of the work is already going to happen anyways. Maybe giving it a different name (eg something like Spark-2-to-3-transitional) would make it more clear about its intended purpose and encourage folks to

[spark] branch master updated: [SPARK-28937][SPARK-28936][KUBERNETES] Reduce test flakyness

2019-09-20 Thread holden
This is an automated email from the ASF dual-hosted git repository. holden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 4080c4b [SPARK-28937][SPARK-28936][KUBERNETES

[spark] branch master updated: [SPARK-27659][PYTHON] Allow PySpark to prefetch during toLocalIterator

2019-09-20 Thread holden
This is an automated email from the ASF dual-hosted git repository. holden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 42050c3 [SPARK-27659][PYTHON] Allow PySpark

[Boatanchors] Fall 2019 Phone Classic Exchange

2019-09-18 Thread howard holden
The Fall 2019 Phone Classic Exchange will take place Sunday Sept 22 1300Z to Sept 23 0700Z and Tuesday Sept 24 1300Z to Sept 25 0700Z The CX is a no-pressure contest celebrating the older commercial and Home Brew equipment that was the pride and joy of ham shacks many decades ago. The object

Re: [squid-users] SSL termination problem - squid's requests using https

2019-09-18 Thread Sam Holden
On Wed, Sep 18, 2019 at 7:11 AM Amos Jeffries wrote: > > > All these *_port things are a red herring. The initial problem was > connections to the origin server using HTTPS. > > Connections to originserver peer do not send URL scheme, and use the > settings on the cache_peer directive as the

Re: Python Portable Runner Issues

2019-09-18 Thread Holden Karau
Probably the most stable is running on Dataflow still. But I’m excited to see the progress towards a Spark runner, can’t wait to try TFT on it :) On Tue, Sep 17, 2019 at 4:37 PM Kyle Weaver wrote: > The Flink runner is definitely more stable, as it's been around for longer > and has more

Re: [squid-users] SSL termination problem - squid's requests using https

2019-09-17 Thread Sam Holden
On Tue, Sep 17, 2019 at 4:07 PM Alex Rousskov wrote: > > On 9/17/19 2:07 PM, Sam Holden wrote: > > > https_port 4277 accel ... protocol=http > > > sees port 4227 act as an http port (no ssl) > > Assuming you meant "4277" when you said "4227&q

[squid-users] SSL termination problem - squid's requests using https

2019-09-17 Thread Sam Holden
). Is there an option to have squid make HTTP requests on behalf of HTTPS requests from clients? -- Sam Holden ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [sqlite] Fastest way to SELECT on a set of keys?

2019-09-13 Thread Graham Holden
Another possibility... INSERT the keys in a temporary table and do an appropriate JOIN.Sent from my Samsung Galaxy S7 - powered by Three Original message From: Simon Slavin Date: 13/09/2019 17:51 (GMT+00:00) To: SQLite mailing list Subject: Re: [sqlite] Fastest way to

RE: [WIRELESS-LAN] Feasibility of an open SSID for student use

2019-09-13 Thread Michael Holden
Has anyone got the eduroam CAT working with EAP-TLS? Couldn’t find a good way for loading the certificates. May have missed the documentation for that portion. From: The EDUCAUSE Wireless Issues Community Group Listserv On Behalf Of Enfield, Chuck Sent: Friday, September 13, 2019 8:42 AM To:

Re: [WIRELESS-LAN] Feasibility of an open SSID for student use

2019-09-12 Thread Michael Holden
2nd that, self guided EAP-PEAP is convenient, but the Evil Twin Attack isn't exactly new or difficult. In the past I've used a optional layered approach. Give an option on the open SSID captive portal for initial onboarding, or limited Guest access (weekly type) captive portal re-login after

Re: Thoughts on Spark 3 release, or a preview release

2019-09-12 Thread Holden Karau
I like the idea from the PoV of giving folks something to start testing against and exploring so they can raise issues with us earlier in the process and we have more time to make calls around this. On Thu, Sep 12, 2019 at 4:15 PM John Zhuge wrote: > +1 Like the idea as a user and a DSv2

[Consdistlist] Job posting: Archives Conservation Specialist 3, Albany NY

2019-09-09 Thread Maria Holden
Archives Conservation Specialist 3 Office of Cultural Education, Albany, NY Applications Due September 27, 2019 The New York State Education Department's Office of Cultural Education (OCE) is seeking candidates for an Archives Conservation Specialist 3 to lead paper conservation services for the

[Python-Dev] Re: The Python 2 death march

2019-09-09 Thread Steve Holden
It's not dead, it's just restin' after a particularly heavy release process. regards Steve Holden On Mon, Sep 9, 2019 at 4:24 PM Rhodri James wrote: > On 09/09/2019 15:51, brian.sk...@gmail.com wrote: > > it's getting better? > > No it's not, it'll be stone d

[Boatanchors] Fall 2019 CW Classic Exchange

2019-09-07 Thread howard holden
The Fall 2019 CW Classic Exchange will take place Sunday Sept 15 1300Z to Sept 16 0700Z and Tuesday Sept 17 1300Z to Sept 18 0700Z The CX is a no-pressure contest celebrating the older commercial and Home Brew equipment that was the pride and joy of ham shacks many decades ago. The object is

RE: [WIRELESS-LAN] [Ext] Re: [WIRELESS-LAN] Residential Wireless and Gaming

2019-09-03 Thread Michael Holden
Check out the RF and Roaming Optimization Guide here: https://community.arubanetworks.com/t5/Validated-Reference-Design/RF-and-Roaming-Optimization-for-Aruba-802-11ac-Networks/ta-p/508678 Some of this is very applicable even in a Cisco WLC environment. Such as making sure that you disable

Re: [DISCUSSION]JDK11 for Apache 2.x?

2019-09-01 Thread Holden Karau
So I'm not a lawyer, but looking at the JDK8 License FAQ ( https://www.oracle.com/technetwork/java/javase/overview/oracle-jdk-faqs.html ) makes me feel like we should support folks who are on the 2.x branch and want to migrate away from JDK8. Although the Redhat post about OpenJDK8 is reassuring (

Re: [VOTE] Release Apache Spark 2.4.4 (RC3)

2019-08-28 Thread Holden Karau
+1 Installed PySpark in a py3 virtual env & checked the PKG-INFO which we've had difficulty with previously and looked good. On Wed, Aug 28, 2019 at 10:17 AM DB Tsai wrote: > +1 > > Thanks! > > On Wed, Aug 28, 2019 at 7:14 AM Wenchen Fan wrote: > >> +1, no more blocking issues that I'm aware

Re: [DISCUSSION]JDK11 for Apache 2.x?

2019-08-27 Thread Holden Karau
On Tue, Aug 27, 2019 at 12:01 PM DB Tsai wrote: > Hello everyone, > > Thank you all for working on supporting JDK11 in Apache Spark 3.0 as a > community. > > Java 8 is already end of life for commercial users, and many companies are > moving to Java 11. > The release date for Apache Spark 3.0 is

Re: [pydotorg-www] [Webmaster] Job Posting

2019-08-22 Thread Steve Holden
messages that might have gone astray? The Jobs Board is mostly automated as far as I understand it. Kind regards, Steve Holden On Thu, Aug 22, 2019 at 4:17 PM Justin Swanson < justin-swan...@pluralsight.com> wrote: > Hey Python.org > > I’m emailing to see when my job posting will

Data Property Accumulators

2019-08-16 Thread Holden Karau
Are folks interested in seeing data property accumulators for RDDs? I made a proposal for this back in Spark 2016 ( https://docs.google.com/document/d/1lR_l1g3zMVctZXrcVjFusq2iQVpr4XvRK_UUDsDr6nk/edit ) but ABI compatibility was a stumbling block I couldn't design around. I can look at reviving it

[Python-Dev] Re: [Webmaster] Python for Mac OS X Catalina

2019-08-16 Thread Steve Holden
traffic. Good luck! Steve Holden On Fri, Aug 16, 2019 at 11:04 AM Ana Simion via Webmaster < webmas...@python.org> wrote: > Hello, > > Can you advise when you’re going to update Python to work with Mac OS X > Catalina? I am running the beta of Mac OS X Catalina but am unable to &g

[Consdistlist] NATCC Call for Board Members

2019-08-15 Thread Amanda Holden
terina Florio, caterina.flo...@museedelhistoire.ca<mailto:caterina.flo...@museedelhistoire.ca>; Christine Giuntini, christine.giunt...@metmuseum.org<mailto:christine.giunt...@metmuseum.org>; Amanda Holden, ahol...@discovernewfields.org<mailto:ahol...@discovernewfields.org>

Re: Release Apache Spark 2.4.4

2019-08-14 Thread Holden Karau
t;> [SPARK-27234][SS][PYTHON] Use InheritableThreadLocal for current epoch in >> EpochTracker (to support Python UDFs) >> <https://github.com/apache/spark/pull/24946> >> >> Thanks, >> Terry >> >> On Tue, Aug 13, 2019 at 10:24 PM Wenchen Fan wrote: >> >

Re: Release Apache Spark 2.4.4

2019-08-14 Thread Holden Karau
t;> [SPARK-27234][SS][PYTHON] Use InheritableThreadLocal for current epoch in >> EpochTracker (to support Python UDFs) >> <https://github.com/apache/spark/pull/24946> >> >> Thanks, >> Terry >> >> On Tue, Aug 13, 2019 at 10:24 PM Wenchen Fan wrote: >> >

Re: Release Apache Spark 2.4.4

2019-08-13 Thread Holden Karau
+1 Does anyone have any critical fixes they’d like to see in 2.4.4? On Tue, Aug 13, 2019 at 5:22 PM Sean Owen wrote: > Seems fine to me if there are enough valuable fixes to justify another > release. If there are any other important fixes imminent, it's fine to > wait for those. > > > On Tue,

Re: Release Apache Spark 2.4.4

2019-08-13 Thread Holden Karau
+1 Does anyone have any critical fixes they’d like to see in 2.4.4? On Tue, Aug 13, 2019 at 5:22 PM Sean Owen wrote: > Seems fine to me if there are enough valuable fixes to justify another > release. If there are any other important fixes imminent, it's fine to > wait for those. > > > On Tue,

[Python-Dev] Re: What to do about invalid escape sequences

2019-08-12 Thread Steve Holden
On Mon, Aug 12, 2019 at 6:26 PM Terry Reedy wrote: > On 8/8/2019 5:31 AM, Dima Tisnek wrote: > [...] > > To me, this one of the major problems with the half-baked default. > People who want string literals left as is sometimes get away with > omitting explicit mention of that fact, but sometimes

Re: [sqlite] dates, times and R

2019-08-12 Thread Graham Holden
nterface would recognize the "...__date" and turn the value into an R date. Graham Holden ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Re: [pydotorg-www] Apply to Edit Python Wiki

2019-08-11 Thread Steve Holden
add you fairly quickly (though the team are all volunteers, so it may take a little longer than this response). Kind regards, Steve Holden Steve Holden On Sun, Aug 11, 2019 at 7:07 AM Sam Wang wrote: > Hello, l am a student majoring in computer science. I am applying to > become an

[Python-Dev] Re: What to do about invalid escape sequences

2019-08-10 Thread Steve Holden
the ground for the eventual introduction of the syntax error. Steve Holden On Sat, Aug 10, 2019 at 8:07 AM Serhiy Storchaka wrote: > 10.08.19 02:04, Gregory P. Smith пише: > > I've merged the PR reverting the behavior in 3.8 and am doing the same > > in the master branch. > > I w

[Python-Dev] Re: What to do about invalid escape sequences

2019-08-07 Thread Steve Holden
incompatibility there would surely be general delight. Kind regards, Steve Holden On Wed, Aug 7, 2019 at 8:19 PM eryk sun wrote: > On 8/7/19, Steve Dower wrote: > > > > * change the PyErr_SetExcFromWindowsErrWithFilenameObjects function to > > append (or chain) an extr

Re: [sqlite] Feature request: import MySQL dumps in CLI

2019-08-07 Thread Graham Holden
rack changes in MySQL/MariaDB that might break things. Graham Holden ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Re: Recognizing non-code contributions

2019-08-06 Thread Holden Karau
So I’d like to add non-coding committers, I think there is great value in both recognizing them and eventually having a broader PMC (eg maybe someone who’s put a lot of time into teaching Spark has important things to say about a proposed release, perhaps important enough for a binding vote).

[Neo4j] Re: Error when creating a ‘follows’ relationship .

2019-07-31 Thread Holden Scofield
Here is a small demo app, run the test see the exception http://s000.tinyupload.com/?file_id=08058775976150014028 <http://s000.tinyupload.com/index.php?file_id=08058775976150014028> On Wednesday, July 31, 2019 at 12:02:38 AM UTC+1, Holden Scofield wrote: >

[Neo4j] Error when creating a ‘follows’ relationship .

2019-07-30 Thread Holden Scofield
Method org.neo4j.graphdb.RelationshipType.withName(Ljava/lang/String;)Lorg/neo4j/graphdb/RelationshipType; must be InterfaceMethodref constant https://pastebin.com/VY0r6nZP -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this

Re: [sqlite] Proposal: SQLite on DNA

2019-07-25 Thread Graham Holden
esearchers have made a breakthrough, > enabling them to integrate DNA storage in PostgreSQL, a > popular open source database. " > What would it be ? A VFS ? As in Viral File System? Graham Regards, Graham Holden ___ sqlite-users maili

[Python-Dev] Re: Comparing dict.values()

2019-07-25 Thread Steve Holden
On Thu, Jul 25, 2019 at 4:01 AM Rob Cliffe via Python-Dev < python-dev@python.org> wrote: > I considered an alternative: return True if the underlying dicts were > identical or equal, and raise an Exception otherwise. > But I soon decided that this was a terrible idea: it could hide a bug by >

[Sepsis Groups] Screenint tool

2019-07-24 Thread Dixie Holden
Is there any data on the reliability and validity of the screening tool for severe sepsis which is listed on the SSC website? Thank You, Dixie Holden ___ Sepsisgroups mailing list Sepsisgroups@lists.sepsisgroups.org http://lists.sepsisgroups.org

Re: [pydotorg-www] Editing the Python Web Hosting pages

2019-07-23 Thread Steve Holden
Thanks very much for taking the time to help improve the Wiki. Kind regards, Steve Holden On Tue, Jul 23, 2019 at 1:16 PM stanimir wrote: > Hi, > > Silly me - my username is StanimirDjevelekov. > > I am thinking of alphabetical order, as both standard and fair for all > th

[Python-Dev] Re: What is a public API?

2019-07-17 Thread Steve Holden
PEP 8 would concur, whatever the current preferred style was. Under "Naming Conventions": """New modules and packages (including third party frameworks) should be written to these standards, but where an existing library has a different style, internal consistency is preferred.""" The

Re: [ANNOUNCE] New committer: Robert Burke

2019-07-16 Thread Holden Karau
Congratulations! :) On Tue, Jul 16, 2019 at 10:50 AM Mikhail Gryzykhin wrote: > Congratulations! > > On Tue, Jul 16, 2019 at 10:36 AM Ankur Goenka wrote: > >> Congratulations Robert! >> >> Go GO! >> >> On Tue, Jul 16, 2019 at 10:34 AM Rui Wang wrote: >> >>> Congrats! >>> >>> >>> -Rui >>> >>>

[jira] [Commented] (SPARK-28264) Revisiting Python / pandas UDF

2019-07-15 Thread Holden Karau (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16885586#comment-16885586 ] Holden Karau commented on SPARK-28264: -- I'd love to know [~bryanc]'s thoughts on this proposal

[jira] [Commented] (SPARK-28264) Revisiting Python / pandas UDF

2019-07-15 Thread Holden Karau (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-28264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16885581#comment-16885581 ] Holden Karau commented on SPARK-28264: -- Maybe I missed it in the document, but I feel like I don't

[Python-Dev] Re: Further off-topic: webmaster@ volunteers

2019-07-09 Thread Steve Holden
ing the need to seek assistance elsewhere. We see remarkably little spam, so moderating the list isn't an issue and I've been doing that unaided for over a year without noticing. Kind regards, Steve Holden On Mon, Jul 8, 2019 at 11:56 PM Ethan Furman wrote: > On 07/08/2019 03:12 PM, Steve

[Python-Dev] Re: [Possibly off-topic] Python-Announce floods and delays

2019-07-08 Thread Steve Holden
. The duties aren't heavy, but the traffic is fairly regular and most of it benefits from being answered sooner rather than later. So if anyone wants to pitch in, you'll be welcomed. Kind regards, Steve Holden On Mon, Jul 8, 2019 at 10:28 PM Barry Warsaw wrote: > On Jul 8, 2019, at 12:56, Ba

Re: [pydotorg-www] Python Wiki Editing Request- Developer from Washington DC

2019-07-08 Thread Steve Holden
an entirely new identity, and tell us ONLY THE ACCOUNT NAME. If you can persuade someone to add that name to the editors list you will be good to go. I personally won't take that responsibility, given that we are subject to regular attacks. Kind regards, Steve Holden On Mon, Jul 8, 2019 at 8:34

Re: [pydotorg-www] Python Wiki Editing Request- Developer from Washington DC

2019-07-08 Thread Steve Holden
Just a data point: I added the "hsts" username because Matt's original request said "Pls register me by mahdi...@gmail.com and my wikiname is hsts". I hadn't reckoned it might be an OpenId login - I thought OpenId had been excised from the python.org infrastructure. Kind r

Re: [pydotorg-www] Python Wiki Editing Request- Developer from Washington DC

2019-07-06 Thread Steve Holden
Thanks for taking an interest in the Wiki. You should now be an editor! Kind regards, Steve Holden On Wed, Jul 3, 2019 at 9:56 PM wrote: > > Hi, > > I like to have access to Python Wiki pages and do editing on Python > training materials and pages like below: > https://wi

Re: [pydotorg-www] [Webmaster] Offensive content on page

2019-07-05 Thread Steve Holden
sure will have it sorted out in fairly short order (modulo the availability of volunteer time). Kind regards, Steve Holden On Wed, Jul 3, 2019 at 1:14 PM Tara Hamilton wrote: > Good Afternoon! > > I’ve just been looking at your website and I came across this webpage: > https://wik

[issue37490] poor documentation for .startswith, .endswith

2019-07-03 Thread Steve Holden
Steve Holden added the comment: "Is the same as" is a little misleading - "gives the same result as" would be better, since there is little doubt actually slicing the subject strings would be massively less efficient in looping contexts. The re module offers the sta

[Python-Dev] Re: strip behavior provides inconsistent results with certain strings

2019-07-02 Thread Steve Holden
On Tue, Jul 2, 2019 at 4:24 PM wrote: > It seems to me that the desired behavior here is closest to > 'str.replace()' out of all the options discussed, just with the constraint > of being limited to either the start or the end of the string. (Thus the > .lreplace() and .rreplace() option

[Python-Dev] Re: PEP 581 has been updated with "Downsides of GitHub" section

2019-06-29 Thread Steve Holden
Excellent thought. On Fri, Jun 28, 2019 at 6:49 PM Ned Deily wrote: > > On Jun 28, 2019, at 12:56, Mariatta wrote: > > Some of the items brought up during the language summit: > > [...] > > - we should be updating devguide ahead of the actual migration, so core > developers and release

Re: [pydotorg-www] (no subject)

2019-06-28 Thread Steve Holden
Was there some reason for this email? On Fri, 28 Jun 2019 at 19:44, FASIL ALMHREY wrote: > ___ > pydotorg-www mailing list > pydotorg-www@python.org > https://mail.python.org/mailman/listinfo/pydotorg-www > -

Re: [PSF-Community] EuroPython 2019: Mobile Conference App available

2019-06-28 Thread Steve Holden
to see on this list? What might you do to encourage people to post the sort of content you'd like to see? Kind regards. Steve Holden PS: EuroPython is a brilliant community conference, in historical terms about six months older than PyCon and just as community-spirited. On Thu, Jun 27, 2019

Re: [PSF-Community] EuroPython 2019: Mobile Conference App available

2019-06-27 Thread Steve Holden
gt; > networks as widely as possible. Thank you ! > > > > Link to the blog post: > > > > > https://blog.europython.eu/post/185858710877/europython-2019-mobile-conference-app-available > > > > Tweet: > > > > htt

Fwd: [PSF-Community] Announcing IndyPy Web Conf - August 23, 2019

2019-06-26 Thread Steve Holden
-- Forwarded message - From: MaryBeth Okerson Date: Wed, Jun 19, 2019 at 3:45 PM Subject: [PSF-Community] Announcing IndyPy Web Conf - August 23, 2019 To: group-organiz...@python.org , psf-commun...@python.org Hello all! IndyPy is excited to announce the call for proposals

[Python-Dev] Re: bug(?) - unexpected frames being skipped in extract_stack with closures

2019-06-21 Thread Steve Holden
details at Python-list Info Page <https://mail.python.org/mailman/listinfo/python-list>. Kind regards, Steve Holden On Thu, Jun 20, 2019 at 3:40 AM Ed Peschko wrote: > all, > > I'm writing a function meant to print out the context of a given > function call when executed -

Re: [group-organizers] [PSF-Community] Announcing IndyPy Web Conf - August 23, 2019

2019-06-19 Thread Steve Holden
I'm forwarding your message to the python-announce list - probably a good way to get the information out, but nowadays social media are most people's primary choice. Kind regards, Steve Holden On Wed, Jun 19, 2019 at 3:45 PM MaryBeth Okerson wrote: > Hello all! > > > > In

Re: Ask for ARM CI for spark

2019-06-19 Thread Holden Karau
Moving to dev@ for increased visibility among the developers. On Wed, Jun 19, 2019 at 1:24 AM Tianhua huang wrote: > Thanks for your reply. > > As I said before, I met some problem of build or test for spark on aarch64 > server, so it will be better to have the ARM CI to make sure the spark is

[Python-Dev] Re: why is not 64-bit installer the default download link for Windows?

2019-06-19 Thread Steve Holden
On Tue, Jun 18, 2019 at 9:37 PM Steve Dower wrote: > On 18Jun2019 1025, Stephen J. Turnbull wrote: > > Oleg Broytman writes: > > > On Tue, Jun 18, 2019 at 10:09:59AM -, smartmanoj42...@gmail.com > wrote: > > > > > > Why don't we check the architecture using js and provide the > > > >

Re: [pydotorg-www] help

2019-06-19 Thread Steve Holden
t (I've just started work and so am unavailable for a while). Kind regards Steve Holden On Wed, Jun 19, 2019 at 9:04 AM Manikant Roy wrote: > Thanks steve for prompt reply ! Yes I am taking about Wiki only . > Please help with account creation here > https://wiki.python.org/moin/L

Re: [pydotorg-www] help

2019-06-19 Thread Steve Holden
Hi there, Thanks for your note. I presume that this is about the Wiki? You can't edit pages until we add your Wiki UserName to a specific list. If you let us know which account you are using we can do that for you. Kind regards Steve Holden On Wed, Jun 19, 2019 at 8:02 AM Manikant Roy wrote

Re: [DISCUSS] Increasing minimum supported version of Pandas

2019-06-14 Thread Holden Karau
gt; we sign off? > We should maybe add this to the release instruction notes? > > -- > *From:* shane knapp > *Sent:* Friday, June 14, 2019 10:23:56 AM > *To:* Bryan Cutler > *Cc:* Dongjoon Hyun; Holden Karau; Hyukjin Kwon; dev > *Subject:* Re:

Re: [DISCUSS] Increasing minimum supported version of Pandas

2019-06-14 Thread Holden Karau
I’m +1 for upgrading, although since this is probably the last easy chance we’ll have to bump version numbers easily I’d suggest 0.24.2 On Fri, Jun 14, 2019 at 4:38 AM Hyukjin Kwon wrote: > I am +1 to go for 0.23.2 - it brings some overhead to test PyArrow and > pandas combinations. Spark 3

Re: [sqlite] RFE: allow parameters in PRAGMA statements

2019-06-11 Thread Graham Holden
I suspect this doesn't happen because from an in-expert bit of poking, I don't think PRAGMA commands "really" get compiled to VDBE (which is what I believe "preparing" a statement does). In the transcript below, although the _query_ seems to use VDBE (to return the result in "p4", the two

[Python-Dev] Re: PEP 594: update 1

2019-06-05 Thread Steve Holden
Perhaps if PEP 594 is seen to be moving ahead towards a slimmer Python (4?) stdlib, it might encourage the development of a PEP to take over maintenance of dead parrots. They might be recruited by the offer of some way to at least publish a supported bundle via the same (python.org) site that

Re: [sqlite] sqlite-users Digest, Vol 138, Issue 4

2019-06-04 Thread Graham Holden
Throwing a wild idea out: Can you try using single-quotes (e.g. "...where dancename = 'Waltz'..."). Single-quotes are meant to be used for text-literals; double-quotes are meant to "protect" field/table names where they clash with keywords (or contain "odd" characters). Additionally, do you by any

Re: Should python-2 be supported in Spark 3.0?

2019-05-31 Thread Holden Karau
+1 On Fri, May 31, 2019 at 5:41 PM Bryan Cutler wrote: > +1 and the draft sounds good > > On Thu, May 30, 2019, 11:32 AM Xiangrui Meng wrote: > >> Here is the draft announcement: >> >> === >> Plan for dropping Python 2 support >> >> As many of you already knew, Python core development team and

Re: Should python-2 be supported in Spark 3.0?

2019-05-31 Thread Holden Karau
+1 On Fri, May 31, 2019 at 5:41 PM Bryan Cutler wrote: > +1 and the draft sounds good > > On Thu, May 30, 2019, 11:32 AM Xiangrui Meng wrote: > >> Here is the draft announcement: >> >> === >> Plan for dropping Python 2 support >> >> As many of you already knew, Python core development team and

Re: [pydotorg-www] Hello Admin

2019-05-30 Thread Steve Holden
Great. You should be good to go now. Kind regards, Steve Holden On Wed, May 29, 2019 at 11:47 PM Arham Akheel wrote: > Hi Steven, > > Thank you for your response. My account_name_ is Arham. Please add me to > the editor's group. We'll add our top Python tutorials and blog pos

Re: [Python-Dev] PEP 558: Defined semantics for locals()

2019-05-28 Thread Steve Holden
I'm guessing the reason is to remove the overhead of keeping the dictionary up to date during function execution when no Python code needs access to it. On Mon, May 27, 2019 at 8:10 PM Richard Damon wrote: > On 5/27/19 2:05 PM, Terry Reedy wrote: > > On 5/27/2019 9:52 AM, Richard Damon wrote:

Re: [pydotorg-www] [Webmaster] bugs.python.org login not work

2019-05-28 Thread Steve Holden
the problem. Copied to the pydotorg-www list, for their attention, since webmaster is mostly about content. Kind regards, Steve Holden On Tue, May 28, 2019 at 8:45 AM Osipov, Michael wrote: > Hey there, > > I hope this is the right channel. > > One cannot login with Google ID

Re: [Python-Dev] PEP 594 - a proposal for unmaintained modules

2019-05-27 Thread Steve Holden
This whole vexing issue isn't going to be solved with any simple fix. A tool that could identify upcoming trouble spots might or might not be helpful. Or perhaps it could be implemented as a __future__ feature, so that those who choose not to use it during development see no change. The primary

Re: [sqlite] How to set access permissions to protect a database file?

2019-05-26 Thread Graham Holden
You should probably also make sure that users cannot alter the tcl file through which they access the database file; probably something like: chown reading_room /path/to/reading_room.tcl chmod 644 /path/to/reading_room.tcl (It's possible that you will also need execute permission on the file,

Re: [pydotorg-www] [Webmaster] wiki.python.org 504 gateway timeout when logging in

2019-05-26 Thread Steve Holden
Hi Thomas, It may be that those more involved on the tech side of the web might be able to shed some light, so I'm copying them in. This must be very irritating. Kind regards, Steve Holden On Sat, May 25, 2019 at 7:43 PM Thomas Hybel wrote: > Hi Steve, > > Thanks for taking the tim

Re: [Boatanchors] Neat Rig

2019-05-26 Thread howard holden
Nah framing is all wrong and panels are on the wrong sides. Plus no parts from a GO or TBW. Howie WB2AWQ Sent from my iPhone > On May 25, 2019, at 17:54, Perry Ballinger wrote: > > My guess, at first inspection at Xenia, was a severely chopped up TBW or > maybe a GO9, minus a lot of the

Re: [pydotorg-www] Hello Admin

2019-05-24 Thread Steve Holden
Hi there, Thanks for your interest in the Wiki, but I regret to add you to the editors' group we need the Wiki account _name_, not the email address. Kind regards, Steve Holden On Fri, May 24, 2019 at 12:03 AM Arham Akheel wrote: > We would like to add free python tutorials on to

<    8   9   10   11   12   13   14   15   16   17   >